Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties
hiddentrue


Status

Status
colourRed
titleDraft

Priority1
Note
AssigneeMartin Bartonitz

Ressources

Remarks

History

  • Version 2.4 - options" ...  "synchronousContentAnalysis": true (OKTO-4309)


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

Get the top-level representation of all realms. It will not include nested information like User and Client representations.
Required: user with role YUUVIS_SYSTEM_INTEGRATOR

Request Example

GET /api-tm/system/tenants/myMandant1 HTTP/1.1

Result Example


Panel

{

  "description"::"Description of myMandant1",
, "name"::"myMandant1"
},


{
Response
Meaning of the response status codes:

200 OK

The data of the tenant with the name has been read

401 UNAUTHORIZED

The call was unauthorized

404 NOT FOUND

The tenant with the name was not found

...