Tenant API

Get Tenant List

It returns the list of the available tenants

GET/tenant/list
Query parameters None
Header None
Header/Parameter None
Body None
Returns Array of string
Required role None
Managed errors None

Example request

curl 'http://localhost:8080/mwp/rest/tenant/list'

Example response

["tenant1","tenant2","tenant3"]