Get customer workspace member

Get information for a specific team member in a customer workspace.

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.

member_idstringRequired
The ID of the member.

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 member.
emailstring or null
Email address of the member.
time_zonestring or null
Time zone of the user

Errors