Kaspersky Next XDR Expert
Contents
Contents
Viewing a list of tenants
GET /xdr/api/v1/tenants
Returns the list of tenants for which the user has the Read right.
Example:
https://api.example.com/xdr/api/v1/tenants
Response
HTTP code: 200
Format: JSON
Example:
[
{
"ID": "string",
"Name": "string",
"Description": "string",
"Removable": true,
"Subtenants": [
"string"
],
"IsRoot": true
}
]
|
Possible errors
HTTP code |
Description |
|
|
500 |
Any other internal errors. |
variable |
variable |