Skip to main content
PATCH
Update Tenant

Authorizations

Authorization
string
header
required

Use your Authsignal Management API secret key as the username and leave the password empty. This key is different from the Server API key and can be found in the API Keys section of the Authsignal Portal settings page.

Body

application/json
name
string

The name your users see, such as the issuer shown in an authenticator app and the sender named in verification emails.

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.

authenticatorEventsWebhookConfig
object | null

Settings for the authenticator events webhook. Fields you omit are preserved. Include url unless one is already stored. Send null to clear the whole configuration, which also stops delivery of every authenticator event.

Example:
logEventsWebhookConfig
object | null

Settings for the log events webhook. Fields you omit are preserved. Send null to clear the whole configuration, which also stops delivery of log events.

Example:
ipWhitelist
string[]

The IPv4 address ranges in CIDR notation allowed to call the Server API. An empty array allows every IP address.

Pattern: ^((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])/([0-9]|[12][0-9]|3[0-2])$
Example:

Response

OK

tenantId
string
allowDisablingMfa
boolean
customDomain
string
redirectOnSessionExpiry
boolean
allowDeletingUserAuthenticators
boolean
disableRecoveryCodes
boolean
skipRecoveryCodesOnProgrammaticEnrollment
boolean
hideRecoveryCodesOnEnrollment
boolean
tokenDurationInMinutes
number
authenticatorEventsWebhookConfig
object

Omitted when not configured.

Example:
logEventsWebhookConfig
object

Omitted when not configured.

Example:
ipWhitelist
string[]

Omitted when not configured.

Pattern: ^((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])/([0-9]|[12][0-9]|3[0-2])$
Example: