Entity access
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
204
Entities were marked as processed. No response body.
400
Bad request. Response body shows what the problems are per entry that failed.
application/json
401
Service account not properly authenticated
403
Service account forbids executing this action
post
/api/v1/entity-access/actions/mark-processedPOST /api/v1/entity-access/actions/mark-processed HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 164
{
"entries": [
{
"entityName": "person",
"entityUuid": "82b431f0-f401-4afd-b6db-9d1d751232d9",
"consumerIdentifier": "2993823372",
"processedAt": "2023-05-01T00:00:00.000Z"
}
]
}No content
Last updated
Was this helpful?