GET /tenants/user
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 2 years ago