Tenant Management API
Number of APIs: 19
The Tenant Management API provides endpoints for managing subtenants, and the legal configuration and the basic properties of tenants.
-
subtenants-{id} - Get a subtenant by id GET {{baseUrl}}/subtenants/:id
-
subtenants-{id} - Update a subtenant by id PUT {{baseUrl}}/subtenants/:id
-
subtenants-{id} - Delete a subtenant by id DELETE {{baseUrl}}/subtenants/:id
-
subtenants - Get subtenants GET {{baseUrl}}/subtenants?page=<integer>&size=<integer>
-
subtenants - Create a subtenant POST {{baseUrl}}/subtenants
-
legalConfigRegions-{regionId} - Update a region configuration of current tenant PUT {{baseUrl}}/legalConfigRegions/:regionId
-
legalConfigRegions-{regionId} - Delete legal information configuration of a region DELETE {{baseUrl}}/legalConfigRegions/:regionId
-
legalConfigRegions - Get the complete legal information configuration of current tenant GET {{baseUrl}}/legalConfigRegions
-
legalConfigRegions - Delete the complete legal information configuration of current tenant DELETE {{baseUrl}}/legalConfigRegions
-
tenantInfo-logo - Get tenant logo GET {{baseUrl}}/tenantInfo/logo