---
title: "POST /api/services/app/TenantRegistration/RegisterTenant"
method: POST
path: "/api/services/app/TenantRegistration/RegisterTenant"
tags: ["TenantRegistration"]
---

# POST /api/services/app/TenantRegistration/RegisterTenant

`POST /api/services/app/TenantRegistration/RegisterTenant`

## Request body

- RegisterTenantInput
  - `tenancyName` string, required — Required; Length 0–64
  - `name` string, required — Required; Length 0–64
  - `adminEmailAddress` string, email, required — Required; Length 0–256; Format: email
  - `adminName` string, nullable — Length 0–64
  - `adminSurname` string, nullable — Length 0–64
  - `adminPassword` string, nullable — Length 0–32
  - `captchaResponse` string, nullable
  - `subscriptionStartType` 1 | 2 | 3
  - `paymentPeriodType` 30 | 365
  - `editionId` integer, nullable
  - `successUrl` string, nullable
  - `errorUrl` string, nullable

## Response `200`

Success

- RegisterTenantOutput
  - `tenantId` integer
  - `tenancyName` string, nullable
  - `name` string, nullable
  - `userName` string, nullable
  - `emailAddress` string, nullable
  - `isTenantActive` boolean
  - `isActive` boolean
  - `isEmailConfirmationRequired` boolean
  - `paymentId` integer, nullable

---

[API](https://skmtc.dev/dalieu/apis/portaldalieu-api.md) · [All operations](https://skmtc.dev/dalieu/apis/portaldalieu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dalieu/portaldalieu-api/revisions/78dcf1621c0e/schema)
