POST /tenants
POST
/tenants
Return Tenants. For 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 1 year ago