Notification of Requested Access Request Recommendations
POST {{baseUrl}}/ai-access-request-recommendations/requested-items
This API consumes a notification that a recommended access request item was requested. This API does not actually make the request, it is just a notification. This will help provide feedback in order to improve our recommendations.
Request Body
{"identityId"=>"2c91808570313110017040b06f344ec9", "access"=>{"id"=>"2c9180835d2e5168015d32f890ca1581", "type"=>"ACCESS_PROFILE"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"identityId":"2c91808570313110017040b06f344ec9","access":{"id":"2c9180835d2e5168015d32f890ca1581","type":"ACCESS_PROFILE"},"timestamp":"2017-07-11T18:45:37.098Z"}