Update User Group
POST/api/usergroups/updateusergroup
Tier: Internal — subject to change without notice.
Full-replace update of a user group's name, type, and membership.
Membership is fully replaced — see UserGroups.UpdateUserGroupDto for the empty-list-empties-the-group behaviour.
Request
Responses
- 200
- 400
- 401
- 403
The updated group, with its member list. See UserGroups.UserGroupDetailDto.
Unknown id — NotFound; or the same validation failures as UserGroupController.AddUserGroup(...).
Caller is not authenticated.
Caller does not have Update permission on the User module.