API Docs / Operations / Tenants / Create Tenant

Create Tenant

POST /api/tenants

Creates a new tenant and assigns the current user as the admin for that tenant.

Request Body*

{
  "name": "string",
  "packageCode": "string",
  "inviteCode": "string"
}

Responses

200 OK
400 Bad Request
401 Unauthorized - Invalid or missing API key
403 Forbidden