cURL
curl --request GET \ --url https://api.proxyscrape.com/v4/account/{subAccountId}/residential/subuser/get \ --header 'api-token: <api-key>'
[ { "id": "<string>", "username": "<string>", "created_at": "<string>" } ]
List all residential subusers for a subaccount. Permission: residential:read.
residential:read
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
List of subusers
Was this page helpful?