Resource Role Assignment REST Endpoints
Resource Role Assignment
The Resource Role Assignment services enables you to create, view, update, and delete assignments between resources and roles. A resource role assignment indicates whether or not a resource is fulfilling a particular role.
- Batch Create Resource Role Assignments
- Method: postPath:
/primeapi/restapi/resourceRoleAssignment/batch - Batch Delete Resource Role Assignments
- Method: deletePath:
/primeapi/restapi/resourceRoleAssignment/batch - Batch Update Resource Role Assignments
- Method: putPath:
/primeapi/restapi/resourceRoleAssignment/batch - Create a Resource Role Assignment
- Method: postPath:
/primeapi/restapi/resourceRoleAssignment - Delete a Resource Role Assignment
- Method: deletePath:
/primeapi/restapi/resourceRoleAssignment/{id} - Update a Resource Role Assignment
- Method: putPath:
/primeapi/restapi/resourceRoleAssignment - View a Resource Role Assignment
- Method: getPath:
/primeapi/restapi/resourceRoleAssignment/{id} - View a Resource Role Assignment by Primary Flag
- Method: getPath:
/primeapi/restapi/resourceRoleAssignment/primaryFlag/{flag} - View a Resource Role Assignment by Resource
- Method: getPath:
/primeapi/restapi/resourceRoleAssignment/resource/{id} - View a Resource Role Assignment by Resource and Role
- Method: getPath:
/primeapi/restapi/resourceRoleAssignment/resource/{resId}/role/{roleId}