Skip to main content

Notification of Viewed Access Request Recommendations

POST 

/ai-access-request-recommendations/viewed-items

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

Body

required

The recommended access that was viewed 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

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

    Possible values: [ACCESS_PROFILE, ROLE]

    The type of access item.

    timestamp date-time
Loading...