Skip to content
Docs

    User

    Get User Details
    GET/v1/user
    ModelsExpand Collapse
    User object { id, email, first_name, last_name }

    User details.

    id: string

    Unique identifier for the User.

    email: string

    Email address of the user.

    first_name: string

    First name of the user.

    last_name: string

    Last name of the user.

    UserSecurity

    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