resetMfa
Unenrolls the user from multi-factor authentication (MFA), removing their current MFA devices and requiring them to re-enroll if MFA is enforced. Requires permission to edit the target user.
Arguments
input
· ResetMfaInput · Parameters for ResetMfa Returns
ResetMfaPayload Example
mutation resetMfa($input: ResetMfaInput) { resetMfa(input: $input) { messages }}