v1

latestOpenAPI 3.1.0MIT2026-07-132429592.7 MB
Project group role assignments

Lists the project roles assigned to a group within a project.

get/projects/{project_id}/groups/{group_id}/roles

Path parameters

project_idstring required

The ID of the project to inspect.

group_idstring required

The ID of the group to inspect.

Query parameters

limitinteger

A limit on the number of project role assignments to return.

afterstring

Cursor for pagination. Provide the value from the previous response's next field to continue listing project roles.

order'asc' | 'desc'

Sort order for the returned project roles.

Response

Project group role assignments listed successfully.

object'list' required

Always list.

has_moreboolean required

Whether additional assignments are available when paginating.

nextstring nullable required

Cursor to fetch the next page of results, or null when there are no more assignments.