CreateTenantInput: {
    captchaResponse: Scalars["String"]["input"];
    dappId?: InputMaybe<Scalars["String"]["input"]>;
    email: Scalars["String"]["input"];
    password: Scalars["String"]["input"];
    tenantName: Scalars["String"]["input"];
}

Object used to create a new tenant

Type declaration

  • captchaResponse: Scalars["String"]["input"]

    Captcha answer

  • OptionaldappId?: InputMaybe<Scalars["String"]["input"]>

    DappId that uniquely identifies this tenant. Must be >= 5 and <= 20 characters, only contain lowercase alpha-numeric, and up to a single '.' not preceeding or trailing

  • email: Scalars["String"]["input"]

    Primary email address for tenant. This will be used for verification, updates and contact

  • password: Scalars["String"]["input"]

    Password used for account. Must be at least 10 characters with at least 1 capital, 1 lower, 1 numeric and one symbol

  • tenantName: Scalars["String"]["input"]

    Tenant name