Mfa
Get the users MFA status
Authorizations
Path parameters
userIdstringRequired
The ID of the user
Responses
200
successful operation
application/json
400
Invalid status value
application/json
get
/users/{userId}/mfaGET /users/{userId}/mfa HTTP/1.1
Host: api.ecosuite.io/
Authorization: YOUR_API_KEY
Accept: */*
{
"mfa": "text"
}Remove the users MFA configuration. They will be requested to reconfigure it again if required
Authorizations
Path parameters
userIdstringRequired
The ID of the user
Responses
200
successful operation
application/json
Responseobject
400
Invalid status value
application/json
delete
/users/{userId}/mfaDELETE /users/{userId}/mfa HTTP/1.1
Host: api.ecosuite.io/
Authorization: YOUR_API_KEY
Accept: */*
{}