cURL
curl --request PATCH \ --url http://{server_ip}:6002/updateUser \ --header 'Content-Type: application/json' \ --data '{ "apiUser": "<string>", "apiPassword": "<string>", "apiKey": "<string>", "username": "<string>", "password": "<string>", "allowed_speed_in_mbps": 123, "allowed_ips_for_transfer": [ "<string>" ] }'
{ "status": true, "message": "<string>" }
Update the details of an existing user.
Details required to update the user.
The body is of type object.
object
Successful response with updated user details.
The response is of type object.