Skip to main content
WEBHOOK
mfa.disabled
{
  "type": "mfa.disabled",
  "user_id": "did:privy:cfbsvtqo2c22202mo08847jdux2z",
  "method": "sms"
}

Body

application/json

Payload for the mfa.disabled webhook event.

type
enum<string>
required

The type of webhook event.

Available options:
mfa.disabled
user_id
string
required

The ID of the user who disabled MFA.

method
enum<string>
required

The MFA method that was disabled.

Available options:
sms,
totp,
passkey

Response

200

Return a 200 status to indicate that the webhook was received successfully.