Delegated Grants
List delegated grants
Returns a list of delegated grants in the specified zone. Can be filtered by user, resource, or status. Use cursor pagination via after/before. Sort: comma-separated field list; prefix with - for descending. Use expand[]=total_count to include the matching row count.
get/zones/{zoneId}/delegated-grants
Path parameters
zoneIdstring required
Zone ID
Query parameters
user_idstring
Filter by user ID
resource_idstring
Filter by resource ID
active'true'
status'active' | 'expired' | 'revoked'
afterstring
Cursor for forward pagination
beforestring
Cursor for backward pagination
limitinteger
Maximum number of items to return
sortstring
Comma-separated sort fields. Prefix with - for descending. Allowed: created_at
Response
Default Response