Notification of Viewed Access Request Recommendations in Bulk

POST {{baseUrl}}/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

{"0"=>{"identityId"=>"2c91808570313110017040b06f344ec9", "access"=>{"id"=>"2c9180835d2e5168015d32f890ca1581", "type"=>"ACCESS_PROFILE"}}, "1"=>{"identityId"=>"2c91808570313110017040b06f344ec9", "access"=>{"id"=>"2c9180835d2e5168015d32f890ca1581", "type"=>"ACCESS_PROFILE"}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

[{"identityId":"2c91808570313110017040b06f344ec9","access":{"id":"2c9180835d2e5168015d32f890ca1581","type":"ACCESS_PROFILE"},"timestamp":"2017-07-11T18:45:37.098Z"},{"identityId":"2c91808570313110017040b06f344ec9","access":{"id":"2c9180835d2e5168015d32f890ca1581","type":"ACCESS_PROFILE"},"timestamp":"2017-07-11T18:45:37.098Z"}]