Skip to main content

Notification of Viewed Access Request Recommendations in Bulk

POST 

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

This API consumes a notification that a set of recommended access request item were viewed. Future recommendations with these items will be marked with viewed=true. This can be useful for the consumer to determine if there are any new/unviewed recommendations.

Request

Body

arrayrequired

The recommended access items that were viewed for an identity.

  • Array [
  • 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

Recommendations successfully stored as viewed.

Schema
  • Array [
  • 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...