Skip to main content
GET
List Access Profile Grants

Authorizations

Authorization
string
header
required

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

Query Parameters

teamId
string
required

The ID of the team to list access profile grants for.

pageSize
integer<int32>

Maximum number of grants to return (default 1000, max 5000).

pageToken
string

Page token for pagination.

accessProfileId
string

When set, only return grants attached to this access profile.

workflowId
string

At most one of the resource filters below may be set; each returns only the grants attached to that resource.

When set, only return grants for this workflow.

appResourceRoleId
string

When set, only return grants for this app resource role.

formId
string

When set, only return grants for this form.

knowledgeItemId
string

When set, only return grants for this knowledge item.

Response

200 - application/json

Success

data
AccessProfileGrant · object[]
nextPageToken
string | null