Update the proxy password for a sub-user
Last updated 5 months ago
PUT /api/sub-users/{id} HTTP/1.1 Host: reseller.flashproxy.io Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 25 { "proxy_password": "text" }
Successful update
{ "success": true, "sub_user": { "id": "text", "name": "text", "email": "text", "proxy_username": "text", "proxy_password": "text", "createdAt": "2025-06-03T01:36:30.352Z" } }