---
title: "Returns the current status of MFA enrollment"
method: GET
path: "/current-identity/mfa"
tags: ["Current Identity", "MFA"]
---

# Returns the current status of MFA enrollment

`GET /current-identity/mfa`

Returns details about the current MFA enrollment. If enrollment has not been completed it will return the current MFA configuration details necessary to complete a `POST /current-identity/mfa/verify`.

## Response `200`

The details of an MFA enrollment

- DetailMfaEnvelope
  - `data` DetailMfa, required — Fields shared by all Edge API entities
    - `_links` object, required — A map of named links
    - `createdAt` string, date-time, required
    - `id` string, required
    - `tags` Tags
    - `updatedAt` string, date-time, required
    - `isVerified` boolean, required
    - `provisioningUrl` string — Not provided if MFA verification has been completed
    - `recoveryCodes` string[] — Not provided if MFA verification has been completed
  - `meta` Meta, required
    - `apiEnrollmentVersion` string
    - `apiVersion` string
    - `filterableFields` string[]
    - `pagination` Pagination
      - `limit` number, required
      - `offset` number, required
      - `totalCount` number, required

## Other responses

- `401` — The supplied session does not have the correct access rights to request this resource
- `404` — The requested resource does not exist

---

[API](https://skmtc.net/openziti/apis/ziti-edge-client.md) · [All operations](https://skmtc.net/openziti/apis/ziti-edge-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openziti/ziti-edge-client/revisions/25da9a73a095/schema)
