Get Proxy User List Options
This endpoint returns a list of all active proxy users on the customer’s account, along with a boolean flag indicating whether each proxy user has access to export/use the specified proxies based on their access type and ACL rules.
Access Logic:
- Unrestricted (all): Proxy user has access to all proxies on the account
- Service Restricted: Proxy user has access only if they have ACL entries for all services containing the specified proxies
- Proxy Restricted: Proxy user has access only if they have ACL entries for all specified proxies
Note: This endpoint is intentionally a POST request (rather than GET) to support large lists of proxy IDs in the request body.
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
List of proxy UUIDs to check access against. Either proxy_ids or search_filter must be provided, but not both.
Search filter object to find proxies (same format as /proxy/list_by_search endpoint). Either proxy_ids or search_filter must be provided, but not both.

