Flash Proxy
  • Authorization
  • Important
  • Reseller
    • Get balance
    • Formatting Proxies
  • Residential Proxies
  • Unlimited Proxies
  • Sub-users
    • Create a sub-user
    • Get all sub-users
    • Get sub-user by ID
    • Update sub-user
  • Proxy Plans
    • Purchase a plan
    • Update a plan
    • Delete a plan
  • Countries
    • Get countries
    • Get states
    • Get cities
    • Get ASNs
Powered by GitBook
On this page
  1. Sub-users

Update sub-user

Update the proxy password for a sub-user

PreviousGet sub-user by IDNextPurchase a plan

Last updated 5 months ago

Update sub user password

put
Authorizations
Path parameters
idstringRequired
Body
proxy_passwordstring · min: 8 · max: 15Required
Responses
200
Successful update
application/json
400
Bad request
application/json
404
Sub user not found
application/json
500
Internal server error
application/json
put
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"
}
{
  "success": true,
  "sub_user": {
    "id": "text",
    "name": "text",
    "email": "text",
    "proxy_username": "text",
    "proxy_password": "text",
    "createdAt": "2025-06-03T01:36:30.352Z"
  }
}