Skip to main content

Check SOD violations

POST 

/sod-violations/check

This API initiates a SOD policy verification asynchronously.

A token with ORG_ADMIN authority is required to call this API.

Request

Body

required
    identityId stringrequired

    Set of identity IDs to be checked.

    accessRefs object[]required

    The bundle of access profiles to be added to the identities specified. All references must be ENTITLEMENT type.

    clientMetadata object

    Arbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on completion of the violation check.

    property name* string

Responses

Request ID with a timestamp.

Schema
    requestId stringrequired

    The id of the original request

    created date-time

    The date-time when this request was created.

Loading...