Skip to main content
GET
List team roles
This v1 endpoint is deprecated and will be removed in the coming weeks. Use GET /teams/{team_id}/roles in the v2 API instead.

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string<uuid>
required

The ID of the team

organization_id
string
required

Query Parameters

limit
integer
default:100
offset
integer
default:0

Response

Successful Response

Response model for listing team roles with pagination metadata.

roles
PublicTeamAccessRole · object[]
required

List of team access roles

remaining_count
integer
required

Number of roles remaining after pagination

limit
integer
required

Maximum number of items returned

offset
integer
required

Number of items skipped