Show/Hide Toolbars

Therefore Web API Programming Interface 1.0

Therefore Web API > Developers Guide

Connecting to specific Tenant

Scroll

There is a scenario when Web API server is running in multitenant environment. To connect to specific tenant you should specify tenant name in the request to the Web API server.

Web API uses HTTP protocol, so you have to specify the tenant in HTTP header field as showed on the screen-shot below.

 

HTTP header field name is TenantName

 

 

WebAPI.TenantInRequest

 

 

You can find code samples in Connection and Authentication section.

 

Managing Tenant Access

 

note

By default, the tenants within a multi-tenant environment can be accessed from any IP address, provided proper login credentials are given. However, in some cases it may be desirable to limit tenant access to only certain IP addresses.

 

For more details please see Managing Tenant Access in the Multi-Tenancy Manual

© 2024 Therefore Corporation, all rights reserved.