v1
latestOpenAPI 3.0.12026-07-265331168.0 KBProxy User
Edit Proxy User
This endpoint allows a user to edit an existing Proxy User entry by providing the necessary proxy_user_id.
For access control, use the ProxyUserAcl endpoints to manage specific service or proxy access when using "service_restricted" or "proxy_restricted" access types.
patch/public/user/proxy_user/edit/{proxy_user_id}
Path parameters
proxy_user_idstring required
ID of the proxy user record to edit.
Headers
Content-Typestring required
Content type for the request body as application/json.
Request body
Example request
{
"ip_address_authentications": [
"1.1.1.1",
"2.2.2.2"
],
"proxy_user_metadata": {
"internal_customer_id": "94266dc6-b29f-4499-a7a8-35232d186706"
},
"proxy_user_mobile_bytes_limit": 1000000,
"proxy_user_password": "newPass1241233",
"proxy_user_residential_bytes_limit": 1000000
}Response
Proxy User Successfully Edited
Example response
{
"edited": [
"stevejobs"
],
"message": "Proxy User successfully edited.",
"proxy_user_acl_deleted": [
"123e4567-e89b-12d3-a456-426614174000"
]
}