useresponse
    Preparing search index...

    Interface CreateUserParams

    interface CreateUserParams {
        email: string;
        full_name: string;
        password?: 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
    
    password?: string

    User’s password

    securestring12345
    
    property_1?: string

    Specify the name for the custom field

    Support
    
    tags?: string
    team_id?: number

    Valid team numeric identifier

    1