Skip to main content
GET
/
organizations
/
{organization_id}
/
mfa-enforcement
Get organization MFA settings
curl --request GET \
  --url {schemes}://api.upsun.com/organizations/{organization_id}/mfa-enforcement \
  --header 'Authorization: Bearer <token>'
{
  "enforce_mfa": true
}

Authorizations

Authorization
string
header
required

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.