Tenants

Number of APIs: 6

  1. Onboard a tenant POST https://{{host}}/etp-config/v3/configs/:configId/onboard-tenant

  2. Get a tenant GET https://{{host}}/etp-config/v3/configs/:configId/tenants/:tenantId

  3. Update a tenant PUT https://{{host}}/etp-config/v3/configs/:configId/tenants/:tenantId

  4. Remove a tenant DELETE https://{{host}}/etp-config/v3/configs/:configId/tenants/:tenantId

  5. List the tenant user details GET https://{{host}}/etp-config/v3/configs/:configId/tenants/:tenantId/users

  6. List all tenants GET https://{{host}}/etp-config/v3/configs/:configId/tenants