---
title: "Search Proxy Users"
method: GET
path: "/public/user/proxy_user/search"
tags: ["Proxy User"]
---

# Search Proxy Users

`GET /public/user/proxy_user/search`

Search Proxy Users on the customer account using various filters.

## Query parameters

- `proxy_user_id` string
- `proxy_user_password` string
- `proxy_user_ip_address_authentication_limit` integer
- `proxy_user_is_deleted` boolean
- `proxy_user_access_type` string
- `proxy_user_is_strict_security` boolean
- `proxy_user_is_default` boolean
- `proxy_user_creation_datetime` string, date-time
- `proxy_user_last_update_datetime` string, date-time
- `per_page` integer
- `page` integer
- `sort_by` string

## Response `200`

Successful Proxy User search

- ProxyUserSuccessfulSearchResponse — Proxy User search was successful.
  - `data` object[] — Array of Proxy User items matching the search criteria up to the limit of per_page paramater.
    - `customer_id` integer
    - `ip_address_authentications` string[]
    - `mobile_bytes_left` integer
    - `proxy_user_access_type` 'all' | 'service_restricted' | 'proxy_restricted'
    - `proxy_user_creation_datetime` string, date-time
    - `proxy_user_enforce_https` boolean
    - `proxy_user_id` string
    - `proxy_user_ip_address_authentication_limit` integer
    - `proxy_user_is_default` boolean
    - `proxy_user_is_deleted` boolean
    - `proxy_user_is_strict_security` boolean
    - `proxy_user_last_update_datetime` string, date-time
    - `proxy_user_metadata` object
    - `proxy_user_mobile_bytes_limit` integer
    - `proxy_user_mobile_bytes_used` integer
    - `proxy_user_password` string
    - `proxy_user_residential_bytes_limit` integer
    - `proxy_user_residential_bytes_used` integer
    - `residential_bytes_left` integer
    - `restricted_proxy_ids` string[]
    - `restricted_service_ids` string[]
  - `item_count` integer — Total number of Proxy User items returned in the data field.
  - `message` string — Status message for the search.
  - `page` integer — Current page number of the search results returned.
  - `per_page` integer — Number of Proxy User items returned per page.
  - `total_count` integer — Total of Proxy User items that match the search filter.

---

[API](https://skmtc.dev/byteful/apis/byteful-public-user-api.md) · [All operations](https://skmtc.dev/byteful/apis/byteful-public-user-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/byteful/byteful-public-user-api/revisions/3db1a6fc0099/schema)
