---
title: "Search Proxy User ACLs"
method: GET
path: "/public/user/proxy_user_acl/search"
tags: ["Proxy User ACL"]
---

# Search Proxy User ACLs

`GET /public/user/proxy_user_acl/search`

Search Proxy User ACL entries on the customer account using various filters.
Only returns ACL entries for proxy users that belong to the current customer.

## Query parameters

- `proxy_user_acl_id` string
- `proxy_user_id` string
- `service_id` string
- `proxy_id` string
- `proxy_user_acl_creation_datetime` string, date-time
- `per_page` integer
- `page` integer
- `sort_by` string

## Response `200`

Successful Proxy User ACL search

- object
  - `data` ProxyUserAcl[]
    - `proxy_id` string
    - `proxy_user_acl_creation_datetime` string, date-time
    - `proxy_user_acl_id` string
    - `proxy_user_id` string
    - `service_id` string
  - `item_count` integer — Number of items returned in this response
  - `message` string — Success message
  - `page` integer — Current page number
  - `per_page` integer — Number of items per page
  - `total_count` integer — Total number of items matching the search criteria

---

[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)
