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