User Login
Triggered when a user logs in and a session is created
postWebhookuser.login
Payload
Example payload
{
"spec_version": "1",
"type": "user.login",
"object": "User",
"data": {
"user_session": {
"status": "ACTIVE"
}
}
}Response
Webhook received successfully
Changes
Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.