Login Tenant


This request starts a new session on a tenant.
The current session on the master tenants stays alive, so after this call you have two running sessions: on the master tenant and on the specified tenant.

Resource

POST /tenants/<OID>/login

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

10063

Not the master tenant.

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/login