GET
/users/{user_id}
curl \
--request GET 'https://identity.zerionsoftware.com/v1/users/self' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"created_date": "string",
"email": "string",
"entity_key_hashes": [],
"failed_login_count": 42.0,
"first_name": "string",
"id": "string",
"last_login": "string",
"last_name": "string",
"modified_date": "string",
"profile_id": 42.0,
"server_id": "string",
"status": 42.0,
"username": "string"
}