Skip to main content
GET
/
v0
/
organizations
/
{organization_id}
/
mfa-settings
curl --request GET \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>/mfa-settings' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "require_mfa": "boolean"
}
Get MFA enforcement settings for an organization. Requires org:read permission.

Authorizations

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

Path Parameters

organization_id
integer
required
curl --request GET \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>/mfa-settings' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "require_mfa": "boolean"
}