Skip to main content
POST
Search App Resource Roles

Authorizations

Authorization
string
header
required

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

Body

application/json
teamId
string | null

Filter by team ID. Required if app_instance_ids is not provided.

appInstanceIds
string[]

Filter by app instance IDs.

resourceIds
string[]

Filter by resource IDs.

pageSize
integer<int32> | null

Maximum number of results to return. Default is 10000, maximum is 10000.

pageToken
string | null

Token for pagination. Leave empty for the first request.

Response

Success

data
Role · object[]

The list of roles.

nextPageToken
string | null

Token for retrieving the next page of results. Empty if no more results.