Candidate Role REST Endpoints

Candidate Role
Candidate Role API's
Bulk delete entitlements in a candidate role
Method: post
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/entitlements/.delete
Bulk delete users in a candidate role
Method: post
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/users/.delete
Bulk recover deleted entitlements in a candidate role
Method: post
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/entitlements/.recover-deleted
Bulk recover deleted users in a candidate role
Method: post
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/users/.recover-deleted
Discard a candidate role
Method: post
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/discard
Export all the candidate roles for the given candidateRoleId
Method: get
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/export
For a given candidate role get similar Role Detail for entitlements with mode as common/candidate_role_only/role_only
Method: get
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/similar-roles/{roleId}/entitlements
For a given candidate role get similar Role Detail for users with mode as common/candidate_role_only/role_only
Method: get
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/similar-roles/{roleId}/users
Get a candidate role user attributes analytics for the given user attributes
Method: post
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/user-attribute-analytics
Get an existing candidate role by Id
Method: get
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}
List applications for a candidate role
Method: get
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/applications
List candidate roles
Method: get
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles
List candidate roles for a job id by status
Method: get
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/list-by-status
List candidate roles misaligned entitlement users
Method: get
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/misaligned-entitlements/{entitlementId}/users
List candidate roles misaligned user entitlements
Method: get
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/misaligned-users/{userId}/entitlements
List candidate rolewise entitlement frequency for the given run
Method: get
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/entitlement-frequency
List candidate rolewise entitlements user coverage for the given run
Method: get
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/entitlements-user-coverage
List candidate rolewise users entitlement coverage for the given run
Method: get
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/users-entitlement-coverage
List deleted entitlements of a candidate role
Method: get
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/deleted-entitlements
List deleted users of a candidate role
Method: get
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/deleted-users
List entitlements for a candidate role
Method: post
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/entitlements/.search
List misaligned entitlements in a candidate role
Method: get
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/misaligned-entitlements
List misaligned users in a candidate role
Method: get
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/misaligned-users
List of users with entitlement assignment detail for a candidate role
Method: get
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/users-entitlement-assignment
List similar roles with candidate roles coverage
Method: get
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/similar-roles
List users for a candidate role
Method: post
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/users/.search
Publish and export the candidate role to file
Method: post
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/publish-offline
Publish the candidate role in Oracle Identity Governance
Method: post
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/publish-oig
Refine candidate roles for a task id
Method: post
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/refine-coverage
Refine candidate roles for a task id
Method: post
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/refine-coverage
Restore discarded candidate role
Method: post
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/restore
Search all candidate roles
Method: post
Path: /oiri/api/v1/candidate-roles/.search
Update candidate roles
Method: patch
Path: /oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}