Create bulk assignments for page access.

post

/fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/action/createBulkAssignments

Creates bulk assignments of page access for the specified roles and pages. For each role and page, it will grant the default access on the page to the role. In case there is only one access mode to the page, it will be granted. In case there are more than one access modes, the least access mode will be granted. Clients can adjust the access using the standard actions on this resource.

Request

Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
Request Body - application/vnd.oracle.adf.action+json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : PageGroupIds
Type: array
The identifiers for page groups.
Show Source
Nested Schema : PageIds
Type: array
The identifiers for pages.
Show Source
Nested Schema : RoleGroupIds
Type: array
The identifiers for security role groups.
Show Source
Nested Schema : RoleIds
Type: array
The identifiers for security roles.
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : result
Type: object
Additional Properties Allowed
Show Source
The unique identifier of the scheduled process that performs the bulk assignments. This value is provided in the RequestId attribute of the response.
Back to Top