v1

latestOpenAPI 3.0.12026-07-265331168.0 KB
Proxy User ACL

Search Proxy User ACLs

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.

get/public/user/proxy_user_acl/search

Query parameters

proxy_user_acl_idstring

ID of the Proxy User ACL

proxy_user_idstring

ID of the Proxy User

service_idstring

ID of the Service

proxy_idstring

ID of the Proxy

proxy_user_acl_creation_datetimestring date-time

Creation datetime of the Proxy User ACL (supports min_/max_)

per_pageinteger

Number of items per page for pagination

pageinteger

Page number for pagination

sort_bystring

Key for sorting or random.

Response

Successful Proxy User ACL search

item_countinteger

Number of items returned in this response

messagestring

Success message

pageinteger

Current page number

per_pageinteger

Number of items per page

total_countinteger

Total number of items matching the search criteria

Example response

{
  "data": [
    {
      "proxy_id": "550e8400-e29b-41d4-a716-446655440001",
      "proxy_user_acl_id": "550e8400-e29b-41d4-a716-446655440000",
      "proxy_user_id": "stevejobs",
      "service_id": "API-1234-5678"
    }
  ],
  "item_count": 10,
  "message": "Proxy User ACL search successful.",
  "page": 1,
  "per_page": 10,
  "total_count": 25
}