Start Tenant


This request starts an inactive tenant.

Resource

POST /tenants/<OID>/start

Where OID is the tenant’s database ID (the field databaseId).

Parameters

None

Payload

None

Response

None

Context

Authorization

Master

Configuration

Multi-tenant

Errors

HTTP code Xelion code Description

400

10062

Tenant already started.

10063

Current tenant is not the master tenant.

10074

Tenant could not be started.

404

10060

No multi-tenant configuration.

10100

No tenant with the specified ID exists.

Example

Request
POST https://xelion.nl/api/v1/master/tenants/1/start