Skip to content
Docs

Security

Get User Security Settings
GET/v1/user/security
Update User Security Settings
PATCH/v1/user/security
ModelsExpand Collapse
UserSecurity object { source_ip_rule, created_at, updated_at }

User security settings response.

source_ip_rule: SourceIPRuleResponse { allowed, blocked }

IP filter rules.

allowed: array of string

List of IPv4 CIDR addresses to allow.

blocked: array of string

List of IPv4 CIDR addresses to deny.

created_at: optional string

When the user security settings were created.

formatdate-time
updated_at: optional string

When the user security settings were updated.

formatdate-time