Logo
Acronis Cyber Platform's Public API Documentation

Update a user for a customer

PUT {{base_url}}/api/2/users/{{user_id}}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'base_url/api/2/users/user_id' -H 'Content-Type: application/json' -d '{"notifications":["quota"],"version":2}'

ENDPOINTS