For general webhook concepts like bubble-up behavior, payload visibility rules, and versioned snapshots, see Webhook Concepts.
Description
This event is triggered when a new user is created in the authentication system.Integration Details
- Subscription Key:
auth.user.created - Use Case: Automatically provision access in your internal systems or send a welcome email.
- Related Events:
auth.user.updated
Trigger
- Event Type:
auth_user_created - Source: Insertion of a record into the
auth.usertable.
Payload Example
Payload Type Showcase
Field Notes
roleon user_roles referencesauth.roleenum values (e.g.,RECRUITER,EVALUATOR,MASTER_RECRUITER).user_groupsnests the group summary so consumers can display membership without a separate fetch.azure_object_idandidentity_idare included for SSO-integrated consumers.- Role and group changes on a user trigger bubble-up — the user’s
updated_atis touched, firing anauth.user.updatedevent.

