cURL
curl --request POST \ --url https://api.proxyscrape.com/v4/account/{subAccountId}/residential/subuser/{subUserId}/reset-password \ --header 'Content-Type: application/json' \ --header 'api-token: <api-key>' \ --data ' { "password": "<string>" } '
{ "success": true }
Reset the password for a residential subuser. Permission: residential:write.
residential:write
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
Password reset
Was this page helpful?