For general webhook concepts like bubble-up behavior, payload visibility rules, and versioned snapshots, see Webhook Concepts.
Description
This event is triggered when an existing user’s information is updated, or when their role or group assignments change (subordinate bubble-up).Integration Details
- Subscription Key:
auth.user.updated - Use Case: Sync profile changes (like email, name, or role assignments) to your external database.
- Related Events:
auth.user.created
Trigger
- Event Type:
auth_user_updated - Source: Update of a record in the
auth.usertable, or bubble-up from subordinate changes toauth.user_roleorauth.user_group.
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.

