Skip to main content
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.user table.

Payload Example

Payload Type Showcase

Field Notes

  • role on user_roles references auth.role enum values (e.g., RECRUITER, EVALUATOR, MASTER_RECRUITER).
  • user_groups nests the group summary so consumers can display membership without a separate fetch.
  • azure_object_id and identity_id are included for SSO-integrated consumers.
  • Role and group changes on a user trigger bubble-up — the user’s updated_at is touched, firing an auth.user.updated event.