---
title: "Returns the enabled/disabled status of MFA for a user."
method: GET
path: "/users/auth/mfa/{email}/enabled"
tags: ["users.auth.mfa"]
---

# Returns the enabled/disabled status of MFA for a user.

`GET /users/auth/mfa/{email}/enabled`

Company Owners and Admins users only
Requires the privilege [`SECURITY_REPORTS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Path parameters

- `email` string, required

## Response `default`

default response

- boolean

## Other responses

- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege: SECURITY_REPORTS_READ

---

[API](https://skmtc.net/gremlin/apis/gremlin-api.md) · [All operations](https://skmtc.net/gremlin/apis/gremlin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gremlin/gremlin-api/revisions/36ee938323f0/schema)
