Publish the candidate role in Oracle Identity Governance

post

/oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/publish-oig

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : RolePublishResult
Type: object
Show Source

400 Response

Bad Request

500 Response

Internal Server Error
Back to Top

Examples

The following example shows how to publish a candidate role in Oracle Identity Governance.

curl -X POST\
-H "Accept: application/octet-stream"\
-H "Authorization: Bearer $token"\
"http://localhost:port/oiri/api/v1/tasks/11cc57a41eaf48dfab2758f3bc2ad570/candidate-roles/2c1edfd520e44cce8fadf04c4c8da4b2/publish-oig?includeMembers=true"

Example of the Response Body

The following is an example of the response body in JSON format.

{
"accessPolicyId": "2554",
"roleRequestId": "2544"
}
Back to Top