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: postPath:
/primeapi/restapi/applicationUserGroup/batch
- Batch Update User Groups
- Method: putPath:
/primeapi/restapi/applicationUserGroup/batch
- Create a User Group
- Method: postPath:
/primeapi/restapi/applicationUserGroup
- Update a User Group
- Method: putPath:
/primeapi/restapi/applicationUserGroup
- View a User Group
- Method: getPath:
/primeapi/restapi/applicationUserGroup/{id}
- View a User Group by Name
- Method: getPath:
/primeapi/restapi/applicationUserGroup/name/{name}