Add members to a collaborator group

Adds collaborators to an existing collaborator group by their IDs.

Path parameters

idstringRequired
The ID of the collaborator group where you plan to add members.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

user_idsintegerRequired

The workspace user IDs you plan to add to the collaborator group. Use repeated query parameters, for example: user_ids=1&user_ids=2.

Errors