{ "type": "mfa.enabled", "user_id": "did:privy:cfbsvtqo2c22202mo08847jdux2z", "method": "totp" }
Fired when a user enables multi-factor authentication.
Payload for the mfa.enabled webhook event.
The type of webhook event.
mfa.enabled
The ID of the user who enabled MFA.
The MFA method that was enabled.
sms
totp
passkey
Return a 200 status to indicate that the webhook was received successfully.
Was this page helpful?