Retrieve a user by ID
Retrieves detailed information for a specific user using their unique identifier. Returns all user attributes including profile information, roles, and status.
Authorizations
Path Parameters
The unique identifier of the user to retrieve
Response
User details retrieved successfully
The unique identifier for the user
The user's first name
"John"
The user's last name
"Doe"
The user's email address
"john@company.com"
A list of role ids
["ReadOnly", "Standard"]A map of login methods to their last login timestamps (Unix epoch).
{
"Okta": 1731370728,
"Password": 1731338939
}A map of key value pairs associated with this log
{
"region": "eu",
"environment": "production"
}Current status of the user
INVITED, ACTIVE, INACTIVE, DEACTIVATED, MIGRATED, REMOVED Unix timestamp (seconds) of the last invitation sent to the user
1731370728
Identifier for the user who sent the latest invitation
"admin@company.com"

