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: postPath:
/api/restapi/applicationUserGroup/batch - Batch Sync Application User Groups
- Method: postPath:
/api/restapi/applicationUserGroup/syncBatch - Batch Update User Groups
- Method: putPath:
/api/restapi/applicationUserGroup/batch - Create a User Group
- Method: postPath:
/api/restapi/applicationUserGroup - Update a User Group
- Method: putPath:
/api/restapi/applicationUserGroup - View a User Group
- Method: getPath:
/api/restapi/applicationUserGroup/{applicationUserGroupId} - View a User Group by Group Name
- Method: getPath:
/api/restapi/applicationUserGroup/groupName/{groupName}