Person-Id
SendPerson-Id with our person ID (per_…) whenever the request concerns an
end person. This is how we attribute the call for compliance.
Create persons via POST /persons,
then pass the returned ID on subsequent requests that act for that person.
Client-User-Id
Client-User-Id is your own identifier for the same end user. It’s optional and
doesn’t affect authorization. Send it when you want us to correlate our logs with
yours during support or incident investigation.
The format is up to you. Prefer a stable ID from your system rather than a
display name or email.
Limits
Both headers are capped at 255 characters. Longer values return400 with
person_id_too_long or client_user_id_too_long. See
Errors.
Don’t put secrets or unnecessary PII in Client-User-Id. We store the value in
our request logs.