Skip to main content

Notification of Viewed Access Request Recommendations

POST 

/ai-access-request-recommendations/viewed-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 consumes a notification that a recommended access request item was viewed. Future recommendations with this item will be marked with viewed=true. This can be useful for the consumer to determine if there are any new/unviewed 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 that was viewed 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 viewed.

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...