Batch Update Resource Role Assignments

put

/api/restapi/resourceRoleAssignment/batch

Send a request to this endpoint to update one or more resource role assignments.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityResourceRoleAssignmentInput>
Type: array
Title: List<ApiEntityResourceRoleAssignmentInput>
Show Source
  • ApiEntityResourceRoleAssignmentInput
    Title: ApiEntityResourceRoleAssignmentInput
    This entity represents a ResourceRoleAssignment object, a unique ResourceRoleAssignment object can be identified by the following combinations of the fields.
    • resourceRoleAssignmentId
    • resourceId,roleId
    • resourceCode,workspaceCode,roleId
    • resourceId,workspaceCode,roleCode
    • resourceCode,workspaceCode,roleCode
Nested Schema : ApiEntityResourceRoleAssignmentInput
Type: object
Title: ApiEntityResourceRoleAssignmentInput
This entity represents a ResourceRoleAssignment object, a unique ResourceRoleAssignment object can be identified by the following combinations of the fields.
  • resourceRoleAssignmentId
  • resourceId,roleId
  • resourceCode,workspaceCode,roleId
  • resourceId,workspaceCode,roleCode
  • resourceCode,workspaceCode,roleCode
Show Source
Examples

Back to Top

Response

200 Response

A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://[host]:[port]/api/restapi/[object]/1","2":"https://[host]:[port]/api/restapi/[object]/2"}}

400 Response

Invalid input for the Resource Role Assignment service.
Back to Top