Skip to main content
PATCH
/
user-resource
/
vm
/
user
Change Password
curl --request PATCH \
  --url https://api.tenbytecloud.com/v1/user-resource/vm/user \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'apikey: <api-key>' \
  --data 'uuid=<string>' \
  --data 'username=<string>' \
  --data 'password=<string>'
{
  "success": true
}

Authorizations

apikey
string
header
required

Body

application/x-www-form-urlencoded
uuid
string
username
string
password
string

Response

200 - application/json

Result

The response is of type object.