v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBGroup
Replace Users in a Group
This endpoint replaces all users in an existing group with the newly supplied users. On a successful add, it returns a 201 Created response with no body. <h3>Required Scope</h3>groups:write
patch/api/v2/groups/{groupId}/relationships/{roleId}
Path parameters
groupIdstring required
The ID of the group to update.
roleIdstring required
The role that the supplied user(s) will have. Can be admins or members.
Request body
Response
Success