Logo
Acronis Cyber Platform's Public API Documentation

Create a new user for an external authentication for a customer tenant

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'base_url/api/2/users' -H 'Content-Type: application/json' -d '{"tenant_id":"customer_tenant_id","login":"login","contact":{"email":"login@example.com","firstname":"First login","lastname":"Last login"},"external_id":"e95ddb09-43dd-4e19-8184-0c6a7f627504"}'

ENDPOINTS