/contact/anonymize
  • 1 Minute to read
  • Dark
    Light

/contact/anonymize

  • Dark
    Light

Article summary

Get
/contact/anonymize

Anonymizes contact PII data based on GDPR regulations.

Query parameters
contactId
integer (int64) Required

The user ID of the contact to perform anonymization for.

notificationRecipient
stringRequired

Active system user witch is going to be used for permission checks, and will get system message.

Responses
200
boolean
400
404

Error response: {
"errorActor": "CLIENT",
"errorCode": "INVALID_REQUEST",
"message": "Not Found"
}


Was this article helpful?