Add members to a collaborator group
Adds collaborators to an existing collaborator group by their IDs.
Path parameters
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
.