Groups

List groups

Lists all groups in the organization.

get/organization/groups

Query parameters

limitinteger

A limit on the number of groups to be returned. Limit can range between 0 and 1000, and the default is 100.

afterstring

A cursor for use in pagination. after is a group ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with group_abc, your subsequent call can include after=group_abc in order to fetch the next page of the list.

order'asc' | 'desc'

Specifies the sort order of the returned groups.

Response

Groups listed successfully.

object'list' required

Always list.

has_moreboolean required

Whether additional groups are available when paginating.

nextstring nullable required

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

Changes

Changed in 5 of the 163 revisions of this API.26

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ●

      added the new group enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new tenant_group enum value to the // response property for the response status

      response-property-enum-value-added

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

    • ○

      endpoint added

      endpoint-added

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