Logo
Acronis Cyber Platform's Public API Documentation

Create a new user for a root tenant

POST {{base_url}}/api/2/users

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK

{ "mfa_status": "disabled", "tenant_id": "886edd90-60f7-474a-8553-3be7db4daf8c", "language": "en", "personal_tenant_id": "2f7e2fcd-81ab-4c55-8fe8-f28dc5704ea5", "business_types": [], "idp_id": "11111111-1111-1111-1111-111111111111", "created_at": "2020-02-04T09:53:56.175938+00:00", "enabled": true, "version": 1, "notifications": [ "quota", "reports", "backup_daily_report" ], "activated": false, "id": "8630bd54-6707-4f2c-8220-23a351b2097d", "contact": { "zipcode": null, "lastname": "Last-stas.test.2012", "state": null, "city": null, "phone": null, "country": null, "email": "stas.test.2012@example.com", "firstname": "First=stas.test.2012", "address2": null, "address1": null }, "login": "stas.test.2012" }



Curl
curl -X POST 'base_url/api/2/users' -H 'Content-Type: application/json' -d '{"tenant_id":"my_tenant_id","login":"login","contact":{"email":"login@example.com"}}'

ENDPOINTS