Get the users MFA status
The ID of the user
GET //users/{userId}/mfa HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Accept: */*
successful operation
{ "mfa": "text" }
Remove the users MFA configuration. They will be requested to reconfigure it again if required
DELETE //users/{userId}/mfa HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Accept: */*
{}