Skip to main content
PATCH
Update security settings

Authorizations

Authorization
string
header
required

Bearer token authentication via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>

Path Parameters

workspaceId
string
required

The workspace ID

Pattern: ^ws_[a-z0-9]+$

Body

application/json
enforce_2fa
boolean
session_timeout_minutes
integer
Required range: 5 <= x <= 1440
password_min_length
integer
Required range: x >= 8
require_special_chars
boolean
ip_whitelist
string[]

Response

Security settings updated successfully

The response is of type object.

Last modified on February 16, 2026