Go
Update multi-factor authentication type
Update the status (i.e., enabled or disabled) of a specific multi-factor authentication factor.
PUT
Go
Documentation Index
Fetch the complete documentation index at: https://docs-dev.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Factor name. Can be sms, push-notification, email, duo otp webauthn-roaming, webauthn-platform, or recovery-code.
Available options:
push-notification, sms, email, duo, otp, webauthn-roaming, webauthn-platform, recovery-code Minimum string length:
1Body
Whether this factor is enabled (true) or disabled (false).
Response
Factor updated successfully.
Whether this factor is enabled (true) or disabled (false).
Update SMS enrollment and verification templates
Previous
Get multi-factor authentication policies
Next