Installer.com Docs
API ReferenceUsers
POST
/api/users/me/reveal-pii

Reveal PII for @installer.com users. Sets piiRevealedAt timestamp and creates audit entry.

Response Body

application/json

curl -X POST "http://localhost:8000/api/users/me/reveal-pii"
{
  "piiRevealedAt": "2019-08-24"
}