Logo
Acronis Cyber Platform's Public API Documentation

Activate a user by setting a password

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

 

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/user_id/password' -H 'Content-Type: application/json' -d '{"password":"MyStrongP@ssw0rd"}'

ENDPOINTS