List team roles
GET/v1/team_roles
Returns the paginated list of roles configured for the organization team. Includes both system roles (is_system = true) and custom roles.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
Paginated list of roles.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Rate limit exceeded.
Unexpected server error.