Skip to main content
GET
Get delegations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

delegator_user_id
string<uuid>

The delegator user ID to filter delegations by the user delegating their access review requests.

delegate_user_id
string<uuid>

The delegate user ID to filter delegations by the user being delegated to.

cursor
string

A cursor to indicate where to start fetching results.

page_size
integer

The maximum number of results to return per page. The default is 200.

Required range: x <= 1000

Response

200 - application/json

A list of delegations for your organization.

A list of delegations for your organization.

results
object[]

The delegations in the result set.

next
string | null

The cursor with which to continue pagination if additional result pages exist.

Example:

"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw"

previous
string | null

The cursor used to obtain the current result page.

Example:

"cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ"

total_count
integer

The total number of items in the result set.

Example:

2

Last modified on July 10, 2026