Group organization role assignments

List group organization role assignments

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

get/organization/groups/{group_id}/roles

Path parameters

group_idstring required

The ID of the group whose organization role assignments you want to list.

Query parameters

limitinteger

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

afterstring

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

order'asc' | 'desc'

Sort order for the returned organization roles.

Response

Group organization 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.

Changes

Changed in 3 of the 31 revisions of this API.22

  • 872ce068945f11See the full diff
    • the data/items/updated_at/anyOf[subschema #1]/ response's property type/format changed from integer/int64 to integer/unixtime for status 200

      response-property-type-changed

    • added the required property data/items/assignment_sources to the response with the 200 status

      response-required-property-added

    • the data/items/created_at/anyOf[subschema #1]/ response's property type/format changed from integer/int64 to integer/unixtime for status 200

      response-property-type-changed

    • the endpoint scheme security AdminApiKeyAuth was added to the API

      api-security-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog