Skip to main content
GET
Get 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]+$

Response

Security settings retrieved successfully

enforce_2fa
boolean

Require 2FA for all members

session_timeout_minutes
integer

Session timeout in minutes

Required range: 5 <= x <= 1440
password_min_length
integer

Minimum password length

Required range: x >= 8
require_special_chars
boolean

Require special characters in passwords

ip_whitelist
string[]

List of whitelisted IP addresses

Last modified on February 16, 2026