Skip to main content
POST
/
organizations
/
{organization_id}
/
mfa-enforcement
/
enable
Enable organization MFA enforcement
curl --request POST \
  --url {schemes}://api.upsun.com/organizations/{organization_id}/mfa-enforcement/enable \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string<ulid>
required

The ID of the organization.

Response

No Content

Last modified on March 25, 2026