---
title: "Get organization MFA settings"
method: GET
path: "/organizations/{organization_id}/mfa-enforcement"
tags: ["MFA"]
---

# Get organization MFA settings

`GET /organizations/{organization_id}/mfa-enforcement`

Retrieves MFA settings for the specified organization.

## Path parameters

- `organization_id` string, required

## Response `200`

OK

- OrganizationMFAEnforcement — The MFA enforcement for the organization.
  - `enforce_mfa` boolean — Whether the MFA enforcement is enabled.

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
