useresponse
    Preparing search index...

    Interface EditUserParams

    interface EditUserParams {
        email?: string;
        full_name?: string;
        phone?: string;
        property_1?: string;
        tags?: string;
        team_id?: number;
    }
    Index

    Properties

    email?: string

    New valid “email” value.

    test@test.com
    
    full_name?: string

    Not empty string containing user’s name.

    John Edwards
    
    phone?: string

    User phone number.

    +447777444445
    
    property_1?: string

    Specify the name for the custom field

    Support
    
    tags?: string
    team_id?: number

    Valid team numeric identifier

    1