Events
Webhook events notify you when authentication, user account, or authenticator-related changes occur. When an event is triggered, IDaaS sends an HTTP POST request to your configured webhook URL with a JSON payload that describes the event.
Use this page to review the full list of supported webhook events and jump directly to the event-specific documentation for each one.
IDaaS currently supports 16 webhook event types across eight categories.
Supported event types
Use the following table to scan the supported webhook events, see what each category covers, and jump directly to the event-specific documentation.
| Event category | What it covers | Supported event types |
|---|---|---|
| Authentication | Successful and failed sign-in attempts. | authentication.succeeded authentication.failed |
| User | Account lifecycle changes and registration completion. | user.created user.updated user.deleted user.registration.completed |
| Password | Password lifecycle changes. | password.updated |
| Knowledge-based question | Question creation. | kba.question.created |
| Grid card | Card issuance and related email delivery. | grid.created grid.email.sent grid.password.email.sent |
| Passkey | Passkey creation, updates, and deletion. | passkey.created passkey.updated passkey.deleted |
| Magic link | Magic link email delivery. | magiclink.email.sent |
| Face biometric | Biometric enrollment creation. | face.biometric.created |
Browse by category
Use the following pages to review the payload format and field-level details for each webhook category.
Topics in this section
Authentication events
Authentication success and failure notifications
User events
User account lifecycle event notifications
Password events
Password lifecycle event notifications
Knowledge-based question events
Knowledge-based question event notifications
Grid card events
Grid card event notifications
Passkey events
Passkey lifecycle event notifications
Magic link events
Magic link event notifications
Face biometric events
Face biometric event notifications