List collaborator group members

Lists members of a collaborator group.

EARLY ACCESS FEATURE
This access control endpoint is in limited preview. The access control model is under active development and may change. Contact your Customer Success Manager to participate in early access testing.

Path parameters

idstringRequired
The ID of the collaborator group to list members from.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

textstringOptional
Filter members by name or email.
page[number]integerOptional

The page number to retrieve. Defaults to 1.

page[size]integerOptional

The number of items per page to retrieve. Defaults to 100. Maximum is 100.

Response

Success reply
datalist of objects or null
totalinteger or null
Total number of members in the group.
pageobject or null

Errors