Application User Group REST Endpoints

Application User Group
Use the Application User Group service to create, view, update, and delete user groups.
Batch Create User Groups
Method: post
Path: /primeapi/restapi/applicationUserGroup/batch
Batch Update User Groups
Method: put
Path: /primeapi/restapi/applicationUserGroup/batch
Create a User Group
Method: post
Path: /primeapi/restapi/applicationUserGroup
Update a User Group
Method: put
Path: /primeapi/restapi/applicationUserGroup
View a User Group
Method: get
Path: /primeapi/restapi/applicationUserGroup/{id}
View a User Group by Name
Method: get
Path: /primeapi/restapi/applicationUserGroup/name/{name}