Skip to main content

Notification of Ignored Access Request Recommendations

POST 

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

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

Body

required

The recommended access item to ignore 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 ignored.

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