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_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Success response
id
Unique identifier of the user
grant_type
Type of grant associated with the user
role_name
Role assigned to the user
external_id
External identifier of the user, if available
name
Full name of the user
email
Email address of the user
time_zone
Time zone of the user