GET
/users/{user_id}
curl \
--request GET 'https://identity.zerionsoftware.com/v1/users/self' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "string",
"username": "string",
"firstName": "string",
"lastName": "string",
"createdDate": "string",
"modifiedDate": "string",
"email": "string",
"lastLogin": "string",
"failedLoginCount": 42.0,
"status": 42.0,
"entityKeyHashes": [],
"serverId": "string",
"profileId": 42.0
}