v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
Users

Unregister MFA for the user

Unregister the MFA device for the user

If the user does not require further verification then a register new MFA device token will be sent to them via their email address

post/v2/users/{userId}/mfa/unregister

Path parameters

userIdstring uuid required

The UUID of the User.

Request body

mfaType'YUBIKEY' | 'TOTP' required

The type of the MFA device

verificationCodestring nullable
<p>Optional property that MUST be suppied when manually verifying a user</p> <p>The user's smsNumber is registered via a separate endpoint and an OTP sent to them</p>

Example request

{
  "mfaType": "TOTP",
  "verificationCode": "123456"
}

Response

the MFA Type to unregister