Record terms and privacy consent
Stores the signed-in user’s acceptance of the Terms of Service and Privacy Policy: the document versions they were shown, the moment they accepted, and the locale, IP address and user agent captured at that moment. Call it once from the signup or invite-acceptance flow as soon as the session exists. Posting again for the same user updates the existing record in place, so re-acceptance after a policy update is safe.
Response
The consent was recorded. The standard { data, meta } envelope carries data.recorded: true and data.acceptedAt, the stored acceptance timestamp in ISO-8601 form.
The consent was recorded. The standard { data, meta } envelope carries data.recorded: true and data.acceptedAt, the stored acceptance timestamp in ISO-8601 form.