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 TopResponse
Supported Media Types
- application/json
200 Response
OK
400 Response
Bad Request
500 Response
Internal Server Error
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" }