Return user Tenants only.
Return user Tenants. For Tenant Admin role only.
{
content:
application/json:
schema:
type: object
properties:
totalCount:
type: number
tenants:
$ref: '#/components/schemas/Tenant'
}
{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}