v32

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-312881,4162.7 MB
Group users

List group users

Lists the users assigned to a group.

get/organization/groups/{group_id}/users

Path parameters

group_idstring required

The ID of the group to inspect.

Query parameters

limitinteger

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

afterstring

A cursor for use in pagination. Provide the ID of the last user from the previous list response to retrieve the next page.

order'asc' | 'desc'

Specifies the sort order of users in the list.

Response

Group users listed successfully.

object'list' required

Always list.

has_moreboolean required

Whether more users are available when paginating.

nextstring nullable required

Cursor to fetch the next page of results, or null when no further users are available.