{
"tenancyName": "string",
"name": "string",
"adminEmailAddress": "user@example.com",
"adminName": "string",
"adminSurname": "string",
"adminPassword": "string",
"connectionString": "string",
"shouldChangePasswordOnNextLogin": true,
"sendActivationEmail": true,
"editionId": 0,
"isActive": true,
"subscriptionEndDateUtc": "2019-08-24T14:15:22Z",
"isInTrialPeriod": true
}
curl --location --request POST '/api/services/app/Tenant/CreateTenant' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenancyName": "string",
"name": "string",
"adminEmailAddress": "user@example.com",
"adminName": "string",
"adminSurname": "string",
"adminPassword": "string",
"connectionString": "string",
"shouldChangePasswordOnNextLogin": true,
"sendActivationEmail": true,
"editionId": 0,
"isActive": true,
"subscriptionEndDateUtc": "2019-08-24T14:15:22Z",
"isInTrialPeriod": true
}'
{}