Check status of the separation of duties request(s)
post
/access-governance/access-controls/20250331/separationOfDuties/status
Returns the current status for one or more separation of duties requests.
Request
Header Parameters
-
if-match: string
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
-
opc-request-id: string
The client request ID for tracing. The only valid characters for request IDs are letters, numbers, underscore, and dash.
-
opc-retry-token: string
Minimum Length:
1Maximum Length:64A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
Separation of duties request IDs.
Root Schema : CheckSeparationOfDutiesStatusDetails
Type:
objectList of request statuses per Request ID.
Show Source
-
items(required):
array items
List of request statuses.
Nested Schema : items
Type:
arrayList of request statuses.
Show Source
-
Array of:
object CheckSeparationOfDutiesRequestStatus
Request status.
Nested Schema : CheckSeparationOfDutiesRequestStatus
Type:
objectRequest status.
Show Source
-
events(required):
array events
Separation of Duties Events.
-
requestedBy(required):
string
Who or what made the request.
-
requestId(required):
string
Unique identifier that is immutable on creation.
-
requestStatus(required):
string
Allowed Values:
[ "SUCCESS", "FAILED", "IN_PROGRESS" ]Request Status. -
timeRequestCompletion:
string(date-time)
Request Completion time.
-
timeRequested:
string(date-time)
Request time.
Nested Schema : events
Type:
arraySeparation of Duties Events.
Show Source
-
Array of:
object SeparationOfDutiesEvent
Separation Of Duties Event.
Nested Schema : SeparationOfDutiesEvent
Type:
objectSeparation Of Duties Event.
Show Source
-
createdBy(required):
string
Who or what created the event.
-
hasViolation(required):
boolean
Whether a violation was detected.
-
id(required):
string
Unique identifier that is immutable on creation.
-
provider(required):
string
Separation Of Duties provider.
-
requestPayload(required):
object RequestPayload
Represents the payload for a request.
-
status(required):
string
Allowed Values:
[ "SUCCESS", "FAILED", "IN_PROGRESS", "PENDING" ]Processing Status. -
timeCreated:
string(date-time)
Creation time of the event.
-
timeProcessingEnded:
string(date-time)
Separation Of Duties processing end time.
-
timeProcessingStarted:
string(date-time)
Separation Of Duties processing start time.
-
violationSummary(required):
array violationSummary
Separation Of Duties Violation Summary.
Nested Schema : RequestPayload
Type:
objectRepresents the payload for a request.
Show Source
-
accountData:
object AccountData
Information about the user account.
-
childAssignmentData:
array childAssignmentData
List of child assignment data.
-
requestData:
object SeparationOfDutiesAnalysisDetails
Details for performing Separation of Duties analysis.
-
userData:
object UserData
Data of the User associated to a Separation of Duties event.
Nested Schema : violationSummary
Type:
arraySeparation Of Duties Violation Summary.
Show Source
-
Array of:
object SeparationOfDutiesViolationSummary
A Separation of Duties violation.
Nested Schema : AccountData
Type:
objectInformation about the user account.
Show Source
-
attributes(required):
array attributes
Account attributes.
Nested Schema : childAssignmentData
Type:
arrayList of child assignment data.
Show Source
-
Array of:
object ChildAssignmentData
Entitlement attributes.
Nested Schema : SeparationOfDutiesAnalysisDetails
Type:
objectDetails for performing Separation of Duties analysis.
Show Source
-
accountData:
object AccountData
Information about the user account.
-
orchestratedSystemIdentityId:
string
The ID of the Identity on the Orchestrated System.
-
permissionAssignments(required):
array permissionAssignments
Permissions to be analyzed along with the account.
-
requestedBy(required):
string
The user who requested the analysis.
Nested Schema : UserData
Type:
objectData of the User associated to a Separation of Duties event.
Show Source
-
attributes(required):
array attributes
User attributes.
Nested Schema : attributes
Type:
arrayAccount attributes.
Show Source
-
Array of:
object Attribute
Attribute of the account.
Nested Schema : Attribute
Type:
objectAttribute of the account.
Show Source
-
action:
string
Allowed Values:
[ "ADD", "UPDATE" ]Operation to be done on the attribute. -
additionalAttributes:
array additionalAttributes
Additional attributes.
-
attributes:
array attributes
Attributes.
-
displayName:
string
Display Name of the attribute.
-
name(required):
string
Name of the attribute.
-
value:
array value
Value of the attribute.
Nested Schema : additionalAttributes
Type:
arrayAdditional attributes.
Show Source
-
Array of:
object AdditionalAttribute
Additional Attribute.
Nested Schema : attributes
Type:
arrayAttributes.
Show Source
-
Array of:
object Attribute
Attribute of the account.
Nested Schema : AdditionalAttribute
Type:
objectAdditional Attribute.
Show Source
-
name(required):
string
Name of the attribute.
-
value(required):
array value
Value of the attribute.
Nested Schema : ChildAssignmentData
Type:
objectEntitlement attributes.
Show Source
-
attributes(required):
array attributes
Entitlement attributes.
Nested Schema : attributes
Type:
arrayEntitlement attributes.
Show Source
-
Array of:
object Attribute
Attribute of the account.
Nested Schema : permissionAssignments
Type:
arrayPermissions to be analyzed along with the account.
Show Source
-
Array of:
object AccountPermission
Permission to be scanned.
Nested Schema : AccountPermission
Type:
objectPermission to be scanned.
Show Source
-
action(required):
string
Allowed Values:
[ "ADD", "UPDATE" ]Action on the permission. -
attributes(required):
array attributes
Account attributes.
-
id(required):
string
Permission ID.
Nested Schema : attributes
Type:
arrayAccount attributes.
Show Source
-
Array of:
object Attribute
Attribute of the account.
Nested Schema : attributes
Type:
arrayUser attributes.
Show Source
-
Array of:
object Attribute
Attribute of the account.
Nested Schema : SeparationOfDutiesViolationSummary
Type:
objectA Separation of Duties violation.
Show Source
-
controlName:
string
Control name.
-
existingRoles:
array existingRoles
Roles already granted to an identity.
-
requestedRoles:
array requestedRoles
Roles requested for an identity.
Nested Schema : existingRoles
Type:
arrayRoles already granted to an identity.
Show Source
-
Array of:
object RoleInfo
Identifying information for a role.
Nested Schema : requestedRoles
Type:
arrayRoles requested for an identity.
Show Source
-
Array of:
object RoleInfo
Identifying information for a role.
Nested Schema : RoleInfo
Type:
objectIdentifying information for a role.
Show Source
-
accessPoints:
array accessPoints
Access points of the role.
-
displayName:
string
The display name of the role.
-
id:
string
The id of the role.
-
name:
string
The name of the role.
Response
Supported Media Types
- application/json
200 Response
Separation of duties request statuses.
Headers
-
etag: string
For optimistic concurrency control. See `if-match`.
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : SeparationOfDutiesStatusResponse
Type:
objectCurrent status of one or more separation of duties requests.
Show Source
-
items(required):
array items
List of request status.
Nested Schema : items
Type:
arrayList of request status.
Show Source
-
Array of:
object SeparationOfDutiesStatus
Separation of Duties status.
Nested Schema : SeparationOfDutiesStatus
Type:
objectSeparation of Duties status.
Show Source
-
requestedBy(required):
string
Requested by.
-
requestId(required):
string
Unique identifier that is immutable on creation.
-
requestStatus(required):
string
Allowed Values:
[ "SUCCESS", "FAILED", "IN_PROGRESS" ]Request status. -
sodEvents(required):
array sodEvents
One or more separation of duties events.
-
timeRequestCompletion:
string(date-time)
Request completion time.
-
timeRequested:
string(date-time)
Request time.
Nested Schema : sodEvents
Type:
arrayOne or more separation of duties events.
Show Source
-
Array of:
object SeparationOfDutiesEvent
Separation Of Duties Event.
Nested Schema : SeparationOfDutiesEvent
Type:
objectSeparation Of Duties Event.
Show Source
-
createdBy(required):
string
Who or what created the event.
-
hasViolation(required):
boolean
Whether a violation was detected.
-
id(required):
string
Unique identifier that is immutable on creation.
-
provider(required):
string
Separation Of Duties provider.
-
requestPayload(required):
object RequestPayload
Represents the payload for a request.
-
status(required):
string
Allowed Values:
[ "SUCCESS", "FAILED", "IN_PROGRESS", "PENDING" ]Processing Status. -
timeCreated:
string(date-time)
Creation time of the event.
-
timeProcessingEnded:
string(date-time)
Separation Of Duties processing end time.
-
timeProcessingStarted:
string(date-time)
Separation Of Duties processing start time.
-
violationSummary(required):
array violationSummary
Separation Of Duties Violation Summary.
Nested Schema : RequestPayload
Type:
objectRepresents the payload for a request.
Show Source
-
accountData:
object AccountData
Information about the user account.
-
childAssignmentData:
array childAssignmentData
List of child assignment data.
-
requestData:
object SeparationOfDutiesAnalysisDetails
Details for performing Separation of Duties analysis.
-
userData:
object UserData
Data of the User associated to a Separation of Duties event.
Nested Schema : violationSummary
Type:
arraySeparation Of Duties Violation Summary.
Show Source
-
Array of:
object SeparationOfDutiesViolationSummary
A Separation of Duties violation.
Nested Schema : AccountData
Type:
objectInformation about the user account.
Show Source
-
attributes(required):
array attributes
Account attributes.
Nested Schema : childAssignmentData
Type:
arrayList of child assignment data.
Show Source
-
Array of:
object ChildAssignmentData
Entitlement attributes.
Nested Schema : SeparationOfDutiesAnalysisDetails
Type:
objectDetails for performing Separation of Duties analysis.
Show Source
-
accountData:
object AccountData
Information about the user account.
-
orchestratedSystemIdentityId:
string
The ID of the Identity on the Orchestrated System.
-
permissionAssignments(required):
array permissionAssignments
Permissions to be analyzed along with the account.
-
requestedBy(required):
string
The user who requested the analysis.
Nested Schema : UserData
Type:
objectData of the User associated to a Separation of Duties event.
Show Source
-
attributes(required):
array attributes
User attributes.
Nested Schema : attributes
Type:
arrayAccount attributes.
Show Source
-
Array of:
object Attribute
Attribute of the account.
Nested Schema : Attribute
Type:
objectAttribute of the account.
Show Source
-
action:
string
Allowed Values:
[ "ADD", "UPDATE" ]Operation to be done on the attribute. -
additionalAttributes:
array additionalAttributes
Additional attributes.
-
attributes:
array attributes
Attributes.
-
displayName:
string
Display Name of the attribute.
-
name(required):
string
Name of the attribute.
-
value:
array value
Value of the attribute.
Nested Schema : additionalAttributes
Type:
arrayAdditional attributes.
Show Source
-
Array of:
object AdditionalAttribute
Additional Attribute.
Nested Schema : attributes
Type:
arrayAttributes.
Show Source
-
Array of:
object Attribute
Attribute of the account.
Nested Schema : AdditionalAttribute
Type:
objectAdditional Attribute.
Show Source
-
name(required):
string
Name of the attribute.
-
value(required):
array value
Value of the attribute.
Nested Schema : ChildAssignmentData
Type:
objectEntitlement attributes.
Show Source
-
attributes(required):
array attributes
Entitlement attributes.
Nested Schema : attributes
Type:
arrayEntitlement attributes.
Show Source
-
Array of:
object Attribute
Attribute of the account.
Nested Schema : permissionAssignments
Type:
arrayPermissions to be analyzed along with the account.
Show Source
-
Array of:
object AccountPermission
Permission to be scanned.
Nested Schema : AccountPermission
Type:
objectPermission to be scanned.
Show Source
-
action(required):
string
Allowed Values:
[ "ADD", "UPDATE" ]Action on the permission. -
attributes(required):
array attributes
Account attributes.
-
id(required):
string
Permission ID.
Nested Schema : attributes
Type:
arrayAccount attributes.
Show Source
-
Array of:
object Attribute
Attribute of the account.
Nested Schema : attributes
Type:
arrayUser attributes.
Show Source
-
Array of:
object Attribute
Attribute of the account.
Nested Schema : SeparationOfDutiesViolationSummary
Type:
objectA Separation of Duties violation.
Show Source
-
controlName:
string
Control name.
-
existingRoles:
array existingRoles
Roles already granted to an identity.
-
requestedRoles:
array requestedRoles
Roles requested for an identity.
Nested Schema : existingRoles
Type:
arrayRoles already granted to an identity.
Show Source
-
Array of:
object RoleInfo
Identifying information for a role.
Nested Schema : requestedRoles
Type:
arrayRoles requested for an identity.
Show Source
-
Array of:
object RoleInfo
Identifying information for a role.
Nested Schema : RoleInfo
Type:
objectIdentifying information for a role.
Show Source
-
accessPoints:
array accessPoints
Access points of the role.
-
displayName:
string
The display name of the role.
-
id:
string
The id of the role.
-
name:
string
The name of the role.
400 Response
Bad Request
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError Information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error string.
401 Response
Unauthorized
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError Information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error string.
404 Response
Not Found
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError Information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error string.
409 Response
Conflict
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError Information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error string.
412 Response
Precondition failed
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError Information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error string.
429 Response
Too Many Requests
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError Information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error string.
500 Response
Internal Server Error
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError Information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error string.
Default Response
Unknown Error
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
objectError Information.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing.
-
message(required):
string
A human-readable error string.
Examples
The following example shows how to check status of SoD flagged requests.
cURL Request Example
curl -i -X POST \
-H "Authorization:Bearer <your-access-token>" \
-H "Content-Type:application/json" \
-d \
'{
"requestIds": [
"001673a9955b43fc97aedcdxxx71e14f2",
"f334fbba4e1b41b1a2fc21345xxd73e729"
]
}'\
'<${service-instance-url}/access-governance/access-controls/${versionId}/separationOfDuties/actions/status>'
Example Request Payload
{
"requestIds": [
"001673a9955b43fc97aedcdxxx71e14f2",
"f334fbba4e1b41b1a2fc21345xxd73e729"
]
}Example of the Response Code
You'll receive 200 OK response along with the following response body:
{
"items": [
{
"requestId": "001673a9955b43fc97aedc93571e14f2",
"requestStatus": "SUCCESS",
"timeRequested": "2025-11-12T16:51:55.000Z",
"timeRequestCompletion": "2025-11-12T16:55:01.227Z",
"requestedBy": "88b9690ece344653953570480031e7d0",
"sodEvents": [
{
"id": "b582216225204201b011a09d59df46e0",
"status": "SUCCESS",
"createdBy": "88b9690ece344653953570480031e7d0",
"timeCreated": "2025-11-12T16:51:55.000Z",
"timeProcessingStarted": "2025-11-12T16:51:57.282Z",
"timeProcessingEnded": "2025-11-12T16:55:01.227Z",
"hasConflict": true,
"provider": "FA_RMCS",
"violations": [
{
"controlName": "10103: Sensitive Joint Venture Stakeholder Privileges",
"violation": [
{
"conflictingRole": "Application Implementation Consultant",
"accessPoint": "Manage Joint Venture Definition"
}
]
}
]
}
]
},
{
"requestId": "f334fbba4e1b41b1a2fc2135cd73e729",
"requestStatus": "FAILED",
"timeRequested": "2025-11-12T16:51:57.000Z",
"timeRequestCompletion": "2025-11-12T16:52:37.853Z",
"requestedBy": "88b9690ece344653953570480031e7d0",
"sodEvents": [
{
"id": "20b2884487674888960c83320212bdd2",
"status": "FAILED",
"createdBy": "88b9690ece344653953570480031e7d0",
"timeCreated": "2025-11-12T16:51:57.000Z",
"timeProcessingStarted": "2025-11-12T16:52:18.772Z",
"timeProcessingEnded": "2025-11-12T16:52:37.853Z",
"hasConflict": false,
"provider": "FA_RMCS",
"violations": []
}
]
}
]
}