Update a Group's Members
Replaces the specified group’s membership with exactly the set of user IDs provided. This is NOT additive: any current member whose ID is omitted is removed from the group, and the supplied IDs become the complete membership. All provided user IDs must be members of your organization. Returns the updated paginated list of group members after the change.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique VOMO identifier for the group whose membership to update.
Body
The complete set of user IDs that should make up the group's membership after the request.
The complete set of user IDs that should make up the group's membership after the request.
The VOMO user IDs that will become the group's complete membership. This replaces the existing members — any current member whose ID is omitted is removed. Each ID must correspond to a user who is a member of your organization.
Response
Returns the updated paginated list of group members after the membership has been replaced.