PUT
/
organizations
/
{organizationId}
/
mfaSettings
/
{mfaDeviceType}
/
disable

Authorizations

Authorization
string
headerrequired

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

Path Parameters

organizationId
string
required

ID of organization

Required string length: 36
mfaDeviceType
enum<string>
required

MFA device type

Available options:
totp,
passkey

Response

200 - application/json
mfaDeviceType
enum<string>
required
Available options:
totp,
passkey
enabledAt
string | null