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.

  1. subtenants-{id} - Get a subtenant by id GET {{baseUrl}}/subtenants/:id

  2. subtenants-{id} - Update a subtenant by id PUT {{baseUrl}}/subtenants/:id

  3. subtenants-{id} - Delete a subtenant by id DELETE {{baseUrl}}/subtenants/:id

  4. subtenants - Get subtenants GET {{baseUrl}}/subtenants?page=<integer>&size=<integer>

  5. subtenants - Create a subtenant POST {{baseUrl}}/subtenants

  6. legalConfigRegions-{regionId} - Update a region configuration of current tenant PUT {{baseUrl}}/legalConfigRegions/:regionId

  7. legalConfigRegions-{regionId} - Delete legal information configuration of a region DELETE {{baseUrl}}/legalConfigRegions/:regionId

  8. legalConfigRegions - Get the complete legal information configuration of current tenant GET {{baseUrl}}/legalConfigRegions

  9. legalConfigRegions - Delete the complete legal information configuration of current tenant DELETE {{baseUrl}}/legalConfigRegions

  10. tenantInfo-logo - Get tenant logo GET {{baseUrl}}/tenantInfo/logo