Mfa

Get the users MFA status

get

Get the users MFA status

Authorizations
Path parameters
userIdstringRequired

The ID of the user

Responses
200

successful operation

application/json
get
GET //users/{userId}/mfa HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{
  "mfa": "text"
}

Remove the users MFA configuration

delete

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
delete
DELETE //users/{userId}/mfa HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{}