View a Resource Role Assignment by Resource and Role

get

/api/restapi/resourceRoleAssignment/resource/{resourceId}/role/{roleId}

This endpoint returns resource role assignments that meet the following requirements:
  • The object has a resource with an ID value that matches the value of the {resourceId} path parameter.
  • The object is associated with a role with an ID value that matches the value of the {roleId} path parameter.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ApiEntityResourceRoleAssignment
Type: object
Title: ApiEntityResourceRoleAssignment
Show Source

404 Response

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.
Back to Top