Skip to main content
Get Group Users

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

group_id
integer<int64>
required

The unique identifier of the team group whose users to list.

Required range: x >= 0

Query Parameters

page_size
integer<int64>

Pagination size. Defaults to 100 if empty.

Required range: x >= 0
page_token
string

Optional pagination continuation token.

Response

Response containing the list of all users currently assigned to the requested team group.

nextPageToken
string

Token for fetching the next page of results.

totalCount
integer<int64>

The total count.

Required range: x >= 0
users
User · object[]

List of users.