Skip to main content
GET
List Access Profiles

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 profiles for.

pageSize
integer<int32>

Maximum number of access profiles to return (default 50, max 1000).

pageToken
string

Page token for pagination.

workflowId
string

When set, only return access profiles that gate this workflow (i.e. profiles whose grants include the workflow). The workflow must belong to the requested team.

Response

Success

data
AccessProfile · object[]
nextPageToken
string | null