v32

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-312881,4162.7 MB
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.