Skip to main content

Notification of Requested Access Request Recommendations

POST 

/ai-access-request-recommendations/requested-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 requested. This API does not actually make the request, it is just a notification. This will help provide feedback in order to improve our 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 that was requested 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

Notification successfully acknowledged.

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