Number of APIs: 6
POST https://{{host}}/etp-config/v3/configs/:configId/onboard-tenant
Onboards a new Tenant.
GET https://{{host}}/etp-config/v3/configs/:configId/tenants
Returns a list of all tenant details.
3. Get a tenant
GET https://{{host}}/etp-config/v3/configs/:configId/tenants/:tenantId
Returns a tenant details.
PUT https://{{host}}/etp-config/v3/configs/:configId/tenants/:tenantId
Updates the specified tenant.
DELETE https://{{host}}/etp-config/v3/configs/:configId/tenants/:tenantId
Deletes a specific tenant.
6. List the tenant user details
GET https://{{host}}/etp-config/v3/configs/:configId/tenants/:tenantId/users
Lists details of users assigned to a tenant.
ENDPOINTS