Skip to main content

Notification of Ignored Access Request Recommendations

POST 

/ai-access-request-recommendations/ignored-items

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

This API ignores a recommended access request item. Once an item is ignored, it will be marked as ignored=true if it is still a recommended item. The consumer can decide to hide ignored recommendations.

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Body

required

The recommended access item to ignore for an identity.

    identityId UUIDrequired

    The identity ID taking the action.

    access

    object

    required

    id UUID

    ID of access item being recommended.

    type AccessRequestRecommendationItemType (string)

    Possible values: [ACCESS_PROFILE, ROLE]

    The type of access item.

Responses

Recommendation successfully stored as ignored.

Schema

    identityId UUID

    The identity ID taking the action.

    access

    object

    id UUID

    ID of access item being recommended.

    type AccessRequestRecommendationItemType (string)

    Possible values: [ACCESS_PROFILE, ROLE]

    The type of access item.

    timestamp date-time
Loading...