List customer workspace collaborator groups

Retrieves a list of collaborator groups from an Embedded customer workspace.

Path parameters

managed_user_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. Example: EA2300.

Headers

AuthorizationstringRequired

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

Query parameters

namestringOptional
Filter collaborator groups by their name.
page[number]integerOptional

The page number to retrieve. Default is 1.

page[size]integerOptional

The number of items per page to retrieve. Default and maximum is 100.

Response

Success reply
datalist of objects or null
totalinteger or null
Total number of groups returned.
pageobject or null

Errors