v1

latestSwagger 2.02026-08-04232286653.5 KB
MFA

Update required MFA methods for the specified organization.

patch/organizations/{organization_id}/mfa

Path parameters

organization_idstring required

organization_id is the ID of the organization

Request body

intended_methodsstring[]

Example request

{
  "intended_methods": [
    "totp",
    "webauthn"
  ]
}

Response

MFA methods updated successfully

CustomerUpdateOrganizationMFAResponse required

UpdateOrganizationMFAResponse is the response for setting an organization's required MFA methods.

Successful update calls return an empty body