disableUserMFA()
Disable all of a user's MFA methods (e.g. OTP sent via SMS, TOTP on their authenticator app) at once.
- Name
userId
- Type
string
- Description
The ID of the user to disable MFA for.
Backend API (BAPI) endpoint
This method in the SDK is a wrapper around the BAPI endpoint DELETE/users/{user_id}/mfa
. See the BAPI reference for more information.
Feedback
Last updated on