Skip to main content

Notification of Requested Access Request Recommendations

POST 

/ai-access-request-recommendations/requested-items

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

Body

required

The recommended access item that was requested for an identity.

    identityId UUIDrequired

    The identity ID taking the action.

    access objectrequired
    id UUID

    ID of access item being recommended.

    type AccessRequestRecommendationItemType

    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

    Possible values: [ACCESS_PROFILE, ROLE]

    The type of access item.

    timestamp date-time
Loading...