---
title: "Update Action Configuration"
method: PATCH
path: "/action-configurations/{action_code}"
tags: ["Action Configurations"]
---

# Update Action Configuration

`PATCH /action-configurations/{action_code}`

Updates an action configuration by action code.

## Path parameters

- `action_code` string, required

## Request body

- UpdateActionConfigurationBody
  - `defaultUserActionResult` 'ALLOW' | 'BLOCK' | 'CHALLENGE' | 'REVIEW'
  - `messagingTemplates` object
  - `verificationMethods` string[]
  - `promptToEnrollVerificationMethods` string[]
  - `defaultVerificationMethod` 'SMS' | 'AUTHENTICATOR_APP' | 'RECOVERY_CODE' | 'EMAIL_MAGIC_LINK' | 'EMAIL_OTP' | 'PUSH' | 'DEVICE' | 'SECURITY_KEY' | 'PASSKEY' | 'VERIFF' | 'IPROOV' | 'PALM_BIOMETRICS_RR'
  - `verificationWebhookUrl` string, uri, nullable — Webhook URL to receive a synchronous `action.verify` event after the challenge is verified. The webhook can be used to trigger additional tasks. See the [`action.verify` event schema](/advanced-usage/webhooks/events-schema#action-verify).

## Response `200`

OK

- ActionConfigurationResponseBody
  - `lastActionCreatedAt` string
  - `actionCode` string
  - `tenantId` string
  - `defaultUserActionResult` 'ALLOW' | 'BLOCK' | 'CHALLENGE' | 'REVIEW'
  - `messagingTemplates` object
  - `verificationMethods` string[]
  - `promptToEnrollVerificationMethods` string[]
  - `defaultVerificationMethod` 'SMS' | 'AUTHENTICATOR_APP' | 'RECOVERY_CODE' | 'EMAIL_MAGIC_LINK' | 'EMAIL_OTP' | 'PUSH' | 'DEVICE' | 'SECURITY_KEY' | 'PASSKEY' | 'VERIFF' | 'IPROOV' | 'PALM_BIOMETRICS_RR'
  - `verificationWebhookUrl` string, uri — Webhook URL to receive a synchronous `action.verify` event after the challenge is verified. The webhook can be used to trigger additional tasks. See the [`action.verify` event schema](/advanced-usage/webhooks/events-schema#action-verify).

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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