---
title: "Get Org Mfa Settings"
method: GET
path: "/v0/organizations/{organization_id}/mfa-settings"
tags: ["Organizations"]
---

# Get Org Mfa Settings

`GET /v0/organizations/{organization_id}/mfa-settings`

Get MFA enforcement settings for an organization.

Requires org:read permission.

## Path parameters

- `organization_id` integer, required

## Response `200`

Successful Response

- OrgMFASettingsResponse — Response for organization MFA enforcement settings.
  - `require_mfa` boolean, required — Whether MFA is required for all members.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
