Disable 2FA
PUT
/v2/user/mfa/disableLast modified: 3 days ago
Disable 2FA for a user
Request
Query Params
method
enum<string>
required
2FA method (sms, totp)
Allowed values:
smstotp
otp_attempt
string
required
Verification code
Request samples
Responses
OK(200)
Unauthorized(401)
Parameter Error(422)
HTTP Code: 200
Content Type : JSONapplication/json
2FA disabled
Data Schema
object {0}
Example
sms_success
{
"status": "disabled",
"method": "sms"
}
Last modified: 3 days ago