Update customer workspace member
Updates a member in an existing Embedded customer workspace.
UPDATE MEMBER RESTRICTION: You can update the role_name
field through the API for any member, whether they were added manually or through the API. You cannot update other fields, including oauth_id
, external_id
, and time_zone
.
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
.
member_id
The ID of the member.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
oauth_id
Identifier used for OAuth.
role_name
Membership role name.
external_id
External identifier for the member.
time_zone
Time zone name of the member.
env_roles
Environment roles.
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
name
Full name of the user
email
Email address of the user
time_zone
Time zone of the user
created_at
Timestamp when the user was created in ISO 8601 format
last_activity_log
Details of the user's last activity, if available