Logo
Acronis Cyber Platform's Public API Documentation

Create a customer tenant

POST {{base_url}}/api/2/tenants

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status Created

{ "language": "en", "update_lock": { "owner_id": null, "enabled": false }, "internal_tag": null, "has_children": false, "customer_id": null, "customer_type": "default", "version": 1, "kind": "customer", "name": "MyFirstCustomer", "default_idp_id": "11111111-1111-1111-1111-111111111111", "ancestral_access": true, "id": "886edd90-60f7-474a-8553-3be7db4daf8c", "owner_id": null, "brand_id": 5672, "contact": { "zipcode": null, "lastname": "", "state": null, "city": null, "phone": null, "country": null, "email": "", "firstname": "", "address2": null, "address1": null }, "parent_id": "e1607243-3892-4ee7-90ab-abe6a1af1188", "enabled": true }



Curl
curl -X POST 'base_url/api/2/tenants' -H 'Content-Type: application/json' -d '{"name":"MyFirstCustomer","parent_id":"partner_tenant_id","kind":"customer"}'

ENDPOINTS