Remove members from a collaborator group
Removes one or more members from a collaborator group by their workspace user IDs.
<Warning title="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.</Warning>
<Note title="CONDITIONAL REQUIREMENTS"> Requests must include either `user_ids` or `member_invitation_ids` to specify which collaborators to remove from the group. You may include both to remove collaborators based on multiple criteria.</Note>
Path parameters
id
The ID of the collaborator group to delete members from.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
user_ids
This parameter is conditionally required. The workspace user IDs to remove from the collaborator group. Use repeated query parameters, for example: user_ids=1&user_ids=2
.
member_invitation_ids
This parameter is conditionally required. A list of IDs for collaborator group invitations. Members who were added by the invitations are removed from the group.