Get my tenant info batch
GET {{base_url}}/api/2/tenants?subtree_root_id={{my_tenant_id}}&allow_deleted=true
Body
PARAM
Key | Datatype | Required | Description |
parent_id
|
string | ||
subtree_root_id
|
string | ||
allow_deleted
|
boolean |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"items": [
{
"pricing_mode": "production",
"kind": "partner",
"internal_tag": "ci-labtech-cp-partner-version-1.0.1145.0",
"customer_id": null,
"id": "f7abce3f-3ea5-47ff-a5ed-b0bcc12bac61",
"contacts": [],
"version": 10,
"contact": {
"email": "",
"city": null,
"lastname": "",
"firstname": "",
"title": null,
"website": null,
"industry": null,
"country": null,
"aan": null,
"id": "ef04c289-9270-4008-b38b-275c2000c650",
"updated_at": "2020-09-22T14:45:43+00:00",
"email_confirmed": null,
"zipcode": null,
"phone": null,
"created_at": "2020-09-22T14:45:43+00:00",
"address1": null,
"state": null,
"address2": null,
"organization_size": null
},
"ancestral_access": false,
"customer_type": "default",
"name": "Acronis Cyber Platform",
"language": "en",
"mfa_status": "disabled",
"owner_id": null,
"default_idp_id": "11111111-1111-1111-1111-111111111111",
"has_children": false,
"update_lock": {
"enabled": false,
"owner_id": null
},
"brand_id": 8295,
"brand_uuid": "5e864e92-cffd-40dd-9cea-cd6e863ecd58",
"enabled": false,
"parent_id": "531789f2-2be9-42af-8474-18177593c77b"
},
{
"pricing_mode": "production",
"kind": "partner",
"internal_tag": null,
"customer_id": null,
"id": "ba3b5ad3-5afc-4f01-9bed-56656bede417&qu Curl curl -X GET 'base_url/api/2/tenants?subtree_root_id=my_tenant_id&allow_deleted=true?parent_id=my_tenant_id&subtree_root_id=my_tenant_id&allow_deleted=true' ENDPOINTS |