User Roles REST Endpoints

User Roles
The user roles resource is used to view, add, modify or delete user roles. User roles determine which roles are assigned to public users when they register with the agency.
Create a user role
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUserRoles
Delete a user role
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUserRoles/{PblUserRoleSetupId}
Get a user role
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUserRoles/{PblUserRoleSetupId}
Get all user roles
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUserRoles
Update a user role
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUserRoles/{PblUserRoleSetupId}