GET /tenant-management/api/system/tenants

As of Versionproduct version 2020 Winter | component version 1.0
Request MethodGET
Response FormatJSON
Description

Retrieves the top-level representation of all realms. It will not include nested information like User and Client representations. Reads the list of all tenants. 


Required user role: YUUVIS_SYSTEM_INTEGRATOR

Meaning of the response status codes:
HTTP Status CodeMeaning
200 OKSuccessful, the data of all tenants have been read.
401 UNAUTHORIZEDThe call was unauthorized.
Request Example

GET /tenant-management/api/system/tenants HTTP/1.1

Response Example

[{

  "description":: "null",
, "name":: "myMandant1"
},

{

  "description":: "Description of myMandant2";
, "name":: "myMandant2"
},

...]

{