Persons
Set a person's data consent
Captures information about when a person granted/denied consent to have their personal data stored (required scope contacts:persons:write)
put/v1/persons/{personId}/dataConsent
Path parameters
personIdstring uuid required
Person id
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"status": "awaiting",
"medium": "email",
"comment": "Happy for their data to be held"
}Response
No Content
Changes
No recorded changes to this endpoint across all 4 revisions of this API.