CreateAccountOrderRequest: {
    accountId?: string;
    adminEmail: string;
    adminFirstName: string;
    adminLastName: string;
    domains: string[];
    name: string;
    salesRepresentatives: string[];
    slug: string;
    tenant: string;
}

Type declaration

  • OptionalaccountId?: string

    The existing accountID if created beforehand

  • adminEmail: string

    Account holder's email

  • adminFirstName: string

    Account holder's first name

  • adminLastName: string

    Account holder's last name

  • domains: string[]

    Email domains list that account users will use to login into StackSpot. Example: zup.com.br

  • name: string

    The account's name. Example: Zup IT Innovation

  • salesRepresentatives: string[]

    Email list of the sales representatives responsible for this request.

  • slug: string

    The slug to use in URL as unique identifying part representing the account (https://developer.mozilla.org/en-US/docs/Glossary/Slug). Example: zup

  • tenant: string

    The account tenant should be formatted similarly to the slug and should identify the account uniquely. Only to use internal use. Example: zup-it