Notification of Viewed Access Request Recommendations

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

{"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"}