- Authorize in the Vantage API. For details, see Authentication.
- Send a POST request with the
Authorization = Bearer <access token>header to{baseUrl}/api/publicapi/v1/invites/, with the following request body parameters:
| Parameter | Description |
|---|---|
email | The newly created Tenant Administrator’s email. |
validWithin | Time from the moment of sending, during which an invite can be accepted. The format is as follows: days.hours:minutes:seconds. The default value of the parameter is “14.00:00:00” (14 days). |
tenantName | The tenant’s name. Tenant names must be unique. Creating a tenant with a name that already exists triggers an error. |
useMySubscription | Indicates whether the current tenant’s subscription should be reused. If enabled, both the current and new tenants share the same page-usage counter. When the counter is exhausted by either tenant, both are prevented from using it. The default is False, meaning a new subscription file must be downloaded. |
tenantDescription | The tenant’s description. This can be any text describing the tenant and will be visible to the System Administrator. |
