DELETE/api/admin/users/{uid}/mfaAdmin

Reset a user's MFA

Removes every second factor and recovery code of the user, so they log in with their password alone until they enroll again. The user is notified by e-mail.

operationId delete_api_admin_users_uid_mfaAdministration

Authentication & permissionsAdmin

Platform administrators only

Accepted credentials
Who may call
Platform administrators only

Path parameters

NameTypeDescription
uid*string (uuid)

uid of the target user

Responses

application/json
PropertyTypeDescription
success*true
JSONExample
"success"true

Example request

bashcurl
curl -X DELETE 'https://auth.schemavaults.com/api/admin/users/<uid>/mfa' \
  -b 'refresh_token_<auth_server_app_id>=<value>'

Other methods on this path