v1
latestOpenAPI 3.0.12026-07-265331168.0 KBProxy 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
Example request
{
"proxy_id": "550e8400-e29b-41d4-a716-446655440001",
"proxy_user_id": "stevejobs",
"service_id": "API-1234-5678"
}Response
Proxy User ACL Successfully Created