# Get user details **GET /Users/{identifier}** Returns details of a specific user ## Servers - Production server: https://setup.adra.com/api/organizations/{organizationSid}/scim (Production server) ## Authentication methods - Adra personal access token ## Parameters ### Path parameters - **identifier** (string) Identifier of the user to retrieve ### Query parameters - **identifier** (string) ## Responses ### 200 OK #### Body: application/scim+json (object) - **enterpriseExtension** (object | null) - **active** (boolean) - **electronicMailAddresses** (array[object]) - **locale** (string | null) - **meta** (object | null) - **name** (object) - **preferredLanguage** (string | null) - **timeZone** (string | null) - **title** (string | null) - **userName** (string) - **externalId** (string | null) - **schemas** (array[string] | null) ### 400 Bad Request #### Body: application/scim+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 401 Unauthorized #### Body: application/scim+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 403 Forbidden #### Body: application/scim+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 404 User not found ### 500 Internal Server Error #### Body: application/scim+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 501 Not Implemented #### Body: application/scim+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) [Powered by Bump.sh](https://bump.sh)