---
title: "Update Authenticator Configuration"
method: PATCH
path: "/authenticator-configurations/{authenticator_id}"
tags: ["Authenticator Configurations"]
---

# Update Authenticator Configuration

`PATCH /authenticator-configurations/{authenticator_id}`

Updates an authenticator configuration by authenticator ID.

## Path parameters

- `authenticator_id` string, required

## Request body

- AuthenticatorConfiguration
  - `authenticatorId` string, required — The ID of the authenticator configuration.
  - `verificationMethod` 'SMS' | 'AUTHENTICATOR_APP' | 'EMAIL_MAGIC_LINK' | 'EMAIL_OTP' | 'PUSH' | 'DEVICE' | 'SECURITY_KEY' | 'PASSKEY' | 'VERIFF' | 'IPROOV' | 'PALM_BIOMETRICS_RR' | 'IDVERSE', required
  - `isActive` boolean, required — Determines whether the authenticator configuration is currently active/enabled.
  - `isEditableByUser` boolean — Determines whether the user is able to edit the authenticator in the pre-built UI.
  - `isHiddenToUser` boolean — Determines whether the authenticator in hidden in the pre-built UI.
  - `smsChannel` 'DEFAULT' | 'WHATSAPP' — For SMS authenticator configurations only. If set to `DEFAULT`, only regular SMS is allowed. If set to `WHATSAPP`, both regular SMS and WhatsApp messages are allowed.

## Response `200`

OK

- AuthenticatorConfiguration
  - `authenticatorId` string, required — The ID of the authenticator configuration.
  - `verificationMethod` 'SMS' | 'AUTHENTICATOR_APP' | 'EMAIL_MAGIC_LINK' | 'EMAIL_OTP' | 'PUSH' | 'DEVICE' | 'SECURITY_KEY' | 'PASSKEY' | 'VERIFF' | 'IPROOV' | 'PALM_BIOMETRICS_RR' | 'IDVERSE', required
  - `isActive` boolean, required — Determines whether the authenticator configuration is currently active/enabled.
  - `isEditableByUser` boolean — Determines whether the user is able to edit the authenticator in the pre-built UI.
  - `isHiddenToUser` boolean — Determines whether the authenticator in hidden in the pre-built UI.
  - `smsChannel` 'DEFAULT' | 'WHATSAPP' — For SMS authenticator configurations only. If set to `DEFAULT`, only regular SMS is allowed. If set to `WHATSAPP`, both regular SMS and WhatsApp messages are allowed.

---

[API](https://skmtc.dev/authsignal/apis/call-connect-api.md) · [All operations](https://skmtc.dev/authsignal/apis/call-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authsignal/call-connect-api/revisions/5604d744e3ad/schema)
