This endpoint allows you to create a new proxy user.
The proxy_user_id and proxy_user_password can be provided or, if omitted, will be randomly generated.
Additional considerations when creating a Proxy User:
proxy_user_access_type: Controls access restrictions (“all”, “service_restricted”, “proxy_restricted”)proxy_user_is_strict_security: If true, the Proxy User requires an IP address authentication list.ip_address_authentications must be a list of valid IP addresses. Each IP address can only be used by one Proxy User.proxy_user_residential_bytes_limit: An integer limiting residential traffic (must not be negative).For access control, use the ProxyUserAcl endpoints to grant specific service or proxy access when using “service_restricted” or “proxy_restricted” access types.
Private API key for user-level authentication.
Public API key for user-level authentication.
Content type for the request body as application/json.
The details of the proxy user to be created.
A list of IP addresses for Proxy User authentication. Each IP can only be used by one Proxy User.
["1.1.1.1", "2.2.2.2"]Access control type for the proxy user:
all, service_restricted, proxy_restricted The ID of the proxy user. If not provided, it will be randomly generated.
10 - 32"stevejobs"
Enable strict security. If true, IP authentication is required.
true
Arbitrary metadata object for the Proxy User. Constraints
{} if not provided.The password of the proxy user. If not provided, it will be randomly generated.
10 - 32"apple1984"
Residential bytes limit for the Proxy User (must not be negative).
1000000