Proxy User
Create Proxy User
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_is_strict_security
: If true, the Proxy User requires an IP address authentication list.restricted_service_ids
: A list of service IDs that the user is restricted to, if service restriction is enabled.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).
POST
Authorizations
Private API key for user-level authentication.
Public API key for user-level authentication.
Headers
Content type for the request body as application/json.
Body
application/json
The details of the proxy user to be created.
The body is of type object
.
Response
201 - application/json
Proxy User Successfully Created
The response is of type object
.