Get Single
GET/api/usergroups/getusergroup/:id
Tier: Internal — subject to change without notice.
Returns the full detail of a single user group.
Request
Responses
- 200
- 400
- 401
- 403
The group, with its member list. See UserGroups.UserGroupDetailDto.
Unknown id — empty error array.
Caller is not authenticated.
Caller does not have Read permission on the User module.