Add members to a customer workspace collaborator group
Adds collaborators to an existing collaborator group in an Embedded customer workspace by their IDs.
EARLY ACCESS FEATURE
This access control endpoint is in limited preview. The access control model is under active development and may change. Contact your Customer Success Manager to participate in early access testing.Path parameters
managed_user_id
The Embedded customer ID or external ID.
External IDs must be URL encoded and prefixed with an E
, for example: EA2300
.
id
The ID of the collaborator group where you plan to add members.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
user_ids
The workspace user IDs you plan to add to the collaborator group. Use repeated query parameters, for example: user_ids=1&user_ids=2
.