Get user by ID (CLI/SDK)
Runtime API - Users Management
Get user by ID (CLI/SDK)
Retrieves detailed information about a specific user.
GET
Get user by ID (CLI/SDK)
Path Parameters
User UUID
Response
200 - application/json
User found.
User unique identifier
Example:
"123e4567-e89b-12d3-a456-426614174000"
User email address
Example:
"john.doe@acme.com"
User full name
Example:
"John Doe"
User role within the tenant
Available options:
ADMIN, USER, VIEWER, SUPER_ADMIN, HUB_USER Example:
"USER"
Whether the user is active
Example:
true
User last login timestamp
Example:
"2025-01-01T00:00:00.000Z"
Creation timestamp
Example:
"2025-01-01T00:00:00.000Z"
Last update timestamp
Example:
"2025-01-01T00:00:00.000Z"
Tenant ID that the user belongs to
Example:
"123e4567-e89b-12d3-a456-426614174000"
User phone number
Example:
"+5511999999999"
User avatar URL
Example:
"https://example.com/avatar.jpg"
User metadata (Auth0 integration data)
Example:
{
"auth0_user_id": "auth0|1234567890",
"auth0_created": true,
"invite_sent": false
}User related statistics
Example:
{
"agents": 3,
"credentials": 5,
"executions": 12
}