Webhook for when a new user is created
This webhook is sent to subscribers whenever a new user is created through the /users endpoint.
postWebhookonUserCreated
Payload
Example payload
{
"id": "12345",
"email": "user@example.com",
"name": "Jane Doe",
"createdAt": "2025-09-30T12:34:56Z"
}Response
Webhook acknowledged