cURL
curl --request POST \ --url https://api.proxyscrape.com/v4/account/{subAccountId}/serp-api/subuser/{subUserId}/update \ --header 'Content-Type: application/json' \ --header 'api-token: <api-key>' \ --data ' { "username": "<string>", "password": "<string>" } '
{ "id": "<string>", "username": "<string>", "created_at": "<string>" }
Update a SERP API subuser’s username or password. Permission: serp_api:write.
serp_api:write
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
Updated subuser
Was this page helpful?