Viewing a list of tenants

May 15, 2024

ID 269295

GET /xdr/api/v1/tenants

Returns the list of tenants for which the user has the Read right.

Response

HTTP code: 200

Format: JSON

Example:

[

{

"ID": "string",

"Name": "string",

"Description": "string",

"Removable": true,

"Subtenants": [

"string"

],

"IsRoot": true

}

]

Possible errors

HTTP code

Description

message field value

details field value

500

Any other internal errors.

variable

variable

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.