Get Approvers

Retrieve all approvers for the tenant. The role filter is automatically set to APPROVER for OAuth requests — do not pass a role query parameter.

Authentication

AuthorizationBearer

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

Headers

vnd.a1.tenant-idstringOptional

Tenant identifier for multi-tenant environments

Query parameters

offsetintegerOptional
Number of records to skip for pagination.
limitintegerOptional
Maximum number of records to return.
sortByenumOptional
Field to sort results by.
Allowed values:
sortDirenumOptional
Sort direction.
Allowed values:
searchValstringOptional
Search keyword to filter approvers by name or email.
includestringOptional

Comma-separated list of field paths to include in each row (e.g. firstName,emailAddress).

Response

Successful Response
countinteger
Total number of matching approvers.
rowslist of objects