User created
Headers
HMAC SHA256 signature of the request body. Generated using the webhook's signing key and the raw JSON payload.
Generate the same value in your endpoint and compare it with this header to validate the webhook payload.
"a1b2c3d4e5f67890abcdef1234567890abcdef1234567890abcdef1234567890"
Body
Payload delivered for user-related events. Combines the user resource with
the common webhook envelope fields (event, timestamp, trigger, source).
Detailed user fields returned only for a single user.
Specifies whether the user accepted analytics cookies.
Specifies whether the user accepted broadcast emails.
Administrative notes recorded against the user, formatted for export.
Account confirmation status of the user, such as Confirmed or Invited.
Date and time when the user confirmed the account. Value is null for an invited user who has not yet confirmed.
Date and time when the user account was created.
Method by which the user account was created, such as manual or registration.
Email address of the user. Value is null when no email address is recorded.
First name of the user.
Preferred language of the user.
Last name of the user.
Specifies whether the user accepted marketing cookies.
Mobile phone number of the user.
Full name of the user.
Specifies whether the user accepted necessary cookies.
Specifies whether the user accepted notification emails.
Specifies whether the user accepted notification text messages.
Roles assigned to the user within the account.
URL-safe identifier of the user.
Date and time when the user account was last updated.
Notification preferences selected by the user.
Specifies whether the user opted in to social sharing.
Custom field responses captured on the user profile.
Human-readable name of the event that triggered the webhook.
"User created"
ISO 8601 formatted datetime indicating when the event occurred.
"2020-01-01T00:00:00Z"
Origin of the change that triggered the event.
ui, api Response
Return any 2xx status code to acknowledge receipt of the event.