Create a Resource Role Assignment

post

/api/restapi/resourceRoleAssignment

Send a request to this endpoint to create a reosurce role assignment.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root 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

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityResourceRoleAssignment
Type: object
Title: ApiEntityResourceRoleAssignment
Show Source

400 Response

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