Bulk replace the members of a custom group you own
Bulk replace the entire member list of a custom group you own.
Only an owner of the group may replace its members; admin roles are not considered. All users must belong to the group’s company. You always remain an owner of your own group, so an empty users array removes every other member but keeps you as the owner. Only custom groups can be modified.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
V3 API: Bulk replace all group members
List of users with their roles. An empty array removes all members from the group.
Response
Members replaced successfully. Returns all group members with their roles.
The members of a group: {"users": [{id, email, role}, ...]}.