# Retrieve a user **GET /users/{user_id}** ## Servers - https://identity.zerionsoftware.com/v1: https://identity.zerionsoftware.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **user_id** (string) id of the user ## Responses ### 200 OK #### Body: application/json (object) - **id** (string) - **username** (string) - **firstName** (string) - **lastName** (string) - **createdDate** (string) - **modifiedDate** (string) - **email** (string) - **lastLogin** (string) - **failedLoginCount** (number) - **status** (number) - **entityKeyHashes** (array) - **serverId** (string) - **profileId** (number) [Powered by Bump.sh](https://bump.sh)