Retrieves detailed information for a specific user using their unique identifier. Returns all user attributes including profile information, roles, and status.
Documentation Index
Fetch the complete documentation index at: https://docs.bronto.io/llms.txt
Use this file to discover all available pages before exploring further.
The unique identifier of the user to retrieve
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"
}