---
title: "PUT /enterprise/tenant/security"
method: PUT
path: "/enterprise/tenant/security"
tags: ["api"]
---

# PUT /enterprise/tenant/security

`PUT /enterprise/tenant/security`

## Request body

- TenantSecuritySettingsRequestDTO
  - `captchaConfiguration` CaptchaConfigurationRequestDTO
    - `enabled` boolean
    - `captchaMethod` string
    - `siteKey` string
    - `secretKey` string
    - `threatScoreThreshold` number, double
  - `multiFactorConfiguration` MultiFactorConfigurationRequestDTO
    - `loginPolicy` string
    - `authenticatorEnabled` boolean
    - `emailEnabled` boolean
  - `emailConfiguration` EmailConfigurationRequestDTO
    - `verificationEnabled` boolean
    - `unverifiedBehavior` string

## Response `200`

OK

- TenantSecuritySettingsResponseDTO
  - `captchaConfiguration` CaptchaConfigurationResponseDTO
    - `enabled` boolean
    - `captchaMethod` string
    - `siteKey` string
    - `secretKey` string
    - `threatScoreThreshold` number, double
  - `multiFactorConfiguration` MultiFactorConfigurationResponseDTO
    - `loginPolicy` string
    - `authenticatorEnabled` boolean
    - `emailEnabled` boolean
  - `emailConfiguration` EmailConfigurationResponseDTO
    - `verificationEnabled` boolean
    - `unverifiedBehavior` string

---

[API](https://skmtc.net/revelator/apis/revelator-api.md) · [All operations](https://skmtc.net/revelator/apis/revelator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revelator/revelator-api/revisions/9bb4b5cb4dc2/schema)
