Skip to main content
GET
/
organizations
/
{organization_id}
/
mfa-enforcement
Error
A valid request URL is required to generate request examples
{
  "enforce_mfa": true
}

Documentation Index

Fetch the complete documentation index at: https://developer.upsun.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

organization_id
string
required

The ID of the organization.
Prefix with name= to retrieve the organization by name instead.

Response

OK

The MFA enforcement for the organization.

enforce_mfa
boolean

Whether the MFA enforcement is enabled.

Last modified on May 7, 2026