Skip to main content

Create account

POST 

/v1/signup

Create account

Request

Body

    accountName stringrequired

    Possible values: >= 2 characters and <= 200 characters

    The name of the account to be created

    companyName stringrequired

    Possible values: >= 2 characters and <= 200 characters

    The name of the account to be created

    user

    object

    email stringrequired

    Possible values: >= 3 characters and <= 200 characters

    The email address of user

    name stringrequired

    Possible values: non-empty and <= 200 characters

    The name of user

    phone string

    Possible values: <= 200 characters

    The phone no of user

    password string

    Possible values: >= 5 characters and <= 200 characters

    The password of user, in case of oauth users pass a random string as password, it will be ignored anyway

    strategy stringrequired

    Possible values: [password, google, linkedin]

    Password strategy of user

    timeZone string

    Possible values: >= 3 characters and <= 200 characters

    language string

    Possible values: >= 3 characters and <= 255 characters

    template number
    ssTrackerLocation string
    ssTrackerReferrer string
    gSuiteDomain string
    referral string
    accountType string

    Account creation can be from ratethemeeting

Responses

Successful

Schema

    string

Loading...