Zone Roles
List user role assignments
Returns the roles assigned to the specified user within the zone. The full result set is currently returned in a single page; the after/before/limit cursor parameters are reserved and not yet enforced, and pagination cursors are always null.
get/zones/{zoneId}/users/{userId}/roles
Path parameters
zoneIdstring required
Zone ID
userIdstring required
User ID
Query parameters
afterstring
Cursor for forward pagination
beforestring
Cursor for backward pagination
limitinteger
Maximum number of items to return
Response
Default Response