Get my tenant MFA status
GET {{base_url}}/api/2/tenants/{{my_tenant_id}}/mfa/status
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"update_allowed": true,
"users_with_totp_enabled_count": 0,
"mfa_status": "disabled",
"users_count": 1
} |
ENDPOINTS