---
title: "Send MFA reminders to organization members"
method: POST
path: "/organizations/{organization_id}/mfa/remind"
tags: ["MFA"]
---

# Send MFA reminders to organization members

`POST /organizations/{organization_id}/mfa/remind`

Sends a reminder about setting up MFA to the specified organization members.

## Path parameters

- `organization_id` string, ulid, required

## Request body

- object
  - `user_ids` string[] — The organization members.

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `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)
