v1
latestOpenAPI 3.1.02026-07-247328324.6 KBCore resources
Retrieve a user
get/users/{id}
Path parameters
idstring required
An object id with prefix
Example:user_0123456789ABCDEFGHIJKLMNOPq
An object id with prefix
Response
Successful operation
Example response
{
"picture": "https://www.acme.com",
"email": "email@domain.com",
"zoneinfo": "America/New_York",
"locale": "en-US",
"phone_number": "+14155551234",
"id": "user_0123456789ABCDEFGHIJKLMNOPq",
"created_at": "2024-01-15T10:30:00Z",
"created_by": "user_0123456789ABCDEFGHIJKLMNOPq",
"updated_at": "2024-01-15T10:30:00Z",
"updated_by": "user_0123456789ABCDEFGHIJKLMNOPq"
}