Users
Get user
Returns details of a specific user by user ID. Use expand[]=role-assignments for the user's structured role grants and expand[]=groups for the user's group memberships. Role grants are direct only by default, each tagged with source; use role_source=all to also include group-inherited.
get/zones/{zoneId}/users/{id}
Path parameters
zoneIdstring required
Zone ID
idstring required
User ID
Query parameters
role_source'user' | 'group' | 'all'
Selects which grants expand[]=role-assignments returns, tagging each with source: user (direct only, the default), group (group-inherited only), or all (both direct and group-inherited). Requires expand[]=role-assignments.
Response
An authenticated user entity