Get list of customer workspace collaborators

Gets a list of team members in a customer workspace. Returns the id, grant_type (either team member or customer manager), name, email, external_id, role_name, and time_zone of workspace members.

Path parameters

managed_user_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. For example, EA2300.

Headers

AuthorizationstringRequired

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

Response

Success response
idinteger or null
Unique identifier of the user
grant_typestring or null
Type of grant associated with the user
role_namestring or null
Role assigned to the user
external_idstring or null
External identifier of the user, if available
namestring or null
Full name of the user
emailstring or null
Email address of the user
time_zonestring or null
Time zone of the user

Errors