def CreateUser(): """Route for checking if user exists.""" profile = check_if_user_profile(users.get_current_user().user_id()) return str(profile)