Application User Group REST Endpoints

Application User Group
Use the Application User Group service to create, view, update, and delete user groups. Update Keys : 'applicationUserGroupId'
Batch Create User Groups
Method: post
Path: /api/restapi/applicationUserGroup/batch
Batch Sync Application User Groups
Method: post
Path: /api/restapi/applicationUserGroup/syncBatch
Batch Update User Groups
Method: put
Path: /api/restapi/applicationUserGroup/batch
Create a User Group
Method: post
Path: /api/restapi/applicationUserGroup
Update a User Group
Method: put
Path: /api/restapi/applicationUserGroup
View a User Group
Method: get
Path: /api/restapi/applicationUserGroup/{applicationUserGroupId}
View a User Group by Group Name
Method: get
Path: /api/restapi/applicationUserGroup/groupName/{groupName}