v1

latestOpenAPI 3.0.12026-07-265331168.0 KB
Proxy User ACL

Create Proxy User ACL

This endpoint allows you to create a new Proxy User ACL entry to grant access to specific services or proxies.

  • The target Proxy User must not be deleted.
  • The target Proxy User must not be a default proxy user (default proxy users have access to all proxies).
  • For service access: proxy_user_access_type must be service_restricted.
  • For proxy access: proxy_user_access_type must be proxy_restricted.
post/public/user/proxy_user_acl/create

Headers

Content-Typestring required

Content type for the request body as application/json.

Request body

proxy_idstring

The proxy ID to grant access to (required if service_id is not provided).

proxy_user_idstring required

The ID of the proxy user to grant access to.

service_idstring

The service ID to grant access to (required if proxy_id is not provided).

Example request

{
  "proxy_id": "550e8400-e29b-41d4-a716-446655440001",
  "proxy_user_id": "stevejobs",
  "service_id": "API-1234-5678"
}

Response

Proxy User ACL Successfully Created

createdstring[]
messagestring

A message indicating the success of the operation.