Skip to main content
PUT
/
organizations
/
{organizationId}
/
mfaSettings
/
{mfaDeviceType}
/
enable
Enable the given mfa device for the organization
curl --request PUT \
  --url https://app.dynamicauth.com/api/v0/organizations/{organizationId}/mfaSettings/{mfaDeviceType}/enable \
  --header 'Authorization: Bearer <token>'
{
  "enabledAt": "2023-11-07T05:31:56Z",
  "mfaDeviceType": "totp"
}

Authorizations

Authorization
string
header
required

Path Parameters

organizationId
string
required
Required string length: 36
Example:
mfaDeviceType
enum<string>
required
Available options:
totp,
passkey,
email

Response

mfaDeviceType
enum<string>
required
Available options:
totp,
passkey,
email
enabledAt
string<date-time> | null