Go
Update multi-factor authentication type
Update the status (i.e., enabled or disabled) of a specific multi-factor authentication factor.
PUT
Go
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).