UserGroup
GET
3 endpoints
/api/v3/userGroup/{userGroupId}/member
GetUserGroupMembersV3
Retrieves the list of users who are members of a user group
/api/v3/userGroup
GetUserGroupsV3
Retrieves a paginated list of user groups, with optional filtering
/api/v3/userGroup/{userGroupId}
GetUserGroupV3
Retrieves a single user group by its unique identifier
POST
1 endpoint