Edit Proxy User
This endpoint allows a user to edit an existing Proxy User entry by providing the necessary proxy_user_id
.
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.
Path Parameters
ID of the proxy user record to edit.
Body
A list of valid IP addresses authenticated for this Proxy User.
["1.1.1.1", "2.2.2.2"]
Whether the Proxy User is restricted to a set of services.
true
Enable or disable strict security for the Proxy User.
false
Arbitrary metadata object associated with the Proxy User. Constraints
- Supports string, boolean, float and integer values.
- Must be a non-nested JSON object.
- Maximum 30 keys.
- Each value's string representation ≤ 300 characters.
- Total size ≤ 32KB.
{
"internal_customer_id": "94266dc6-b29f-4499-a7a8-35232d186706"
}
The new password for the Proxy User. Must be alphanumeric, 10 to 32 characters.
"newPass1241233"
The residential bytes limit for the Proxy User (must be ≥ current usage).
1000000
A list of Service IDs to which the user is restricted (only if proxy_user_is_service_restricted
is true).
["123-4324-123", "123-4324-125"]