This API v2 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{
"password": "alirahmansm"
}
curl --location -g --request PATCH 'https://manage.runcloud.io/api/v2/servers/{{serverId}}/users/{{systemUserId}}/password' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "alirahmansm"
}'
{
"id": 1690,
"username": "realuser",
"deploymentKey": null,
"deleteable": true,
"created_at": "2024-07-24 06:40:23"
}