---
title: "Update required MFA methods for the specified organization."
method: PATCH
path: "/organizations/{organization_id}/mfa"
tags: ["MFA"]
---

# Update required MFA methods for the specified organization.

`PATCH /organizations/{organization_id}/mfa`

## Path parameters

- `organization_id` string, required

## Request body

- OrganizationsMFAServiceUpdateOrganizationMFABody — UpdateOrganizationMFARequest is the request for setting an organization's required MFA methods.
  - `intended_methods` string[]

## Response `200`

MFA methods updated successfully

- CustomerUpdateOrganizationMFAResponse — UpdateOrganizationMFAResponse is the response for setting an organization's required MFA methods. Successful update calls return an empty body

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `403` — Permission denied
- `500` — Internal server error
- `default` — An unexpected error response.

---

[API](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway.md) · [All operations](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crusoecloud/crusoe-cloud-api-gateway/revisions/a3fd2dedc72b/schema)
