# Get User **GET /v1/auth/users/{user_id}** Get a user with their various properties like `emails`, `phone_numbers`, and other attached identifiers. ## HTTP Request `GET /v1/auth/users/{user_id}` ## Returns A successful response returns a `User` object with linked identifiers such as emails, phone numbers in their corresponding properties. ## Servers - Production: https://api.moonkey.fun (Production) ## Authentication methods - Authorization ## Parameters ### Path parameters - **user_id** (string) Unique User ID of the user. ## Responses ### 200 GetUserResp #### Body: application/json (object) - **user_id** (string) - **first_name** (string) - **middle_name** (string) - **last_name** (string) - **active** (boolean) - **updated_at** (number) - **created_at** (number) - **emails** (array[object]) - **phone_numbers** (array[object]) - **wallets** (array[object]) - **idp_providers** (array[object]) - **totps** (array[object]) [Powered by Bump.sh](https://bump.sh)