---
title: "Update Tenant"
method: PATCH
path: "/tenant"
tags: ["Tenant"]
---

# Update Tenant

`PATCH /tenant`

Updates tenant information.

## Request body

- object
  - `name` string — The name of the tenant.
  - `disableRecoveryCodes` boolean — Whether to disable recovery codes as an authentication method.
  - `tokenDurationInMinutes` number — The duration in minutes for which an Authsignal challenge token is valid. This determines the expiry of an Authsignal challenge and the duration of the pre-built UI session.

## Response `200`

OK

- TenantResponseBody
  - `tenantId` string
  - `allowDisablingMfa` boolean
  - `hideAuthsignalLogo` boolean
  - `customDomain` string
  - `redirectOnSessionExpiry` boolean
  - `allowDeletingUserAuthenticators` boolean
  - `disableRecoveryCodes` boolean
  - `skipRecoveryCodesOnProgrammaticEnrollment` boolean
  - `hideRecoveryCodesOnEnrollment` boolean
  - `tokenDurationInMinutes` number

## Other responses

- `401` — Unauthorized

---

[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)
