v1
latestSwagger 2.02026-08-04232286653.5 KBMFA
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
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