🚀 Introducing Agent Gateway — governance, observability, and control for your AI agents.  Register for live webinar ↗
curl --request GET \
--url https://api.portkey.ai/v1/mcp-servers/{mcpServerId}/user-access \
--header 'x-portkey-api-key: <api-key>'{
"data": [
{
"user_id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"enabled": true,
"has_override": true,
"connection_status": "connected"
}
],
"default_user_access": "allow",
"total": 123,
"has_more": true
}curl --request GET \
--url https://api.portkey.ai/v1/mcp-servers/{mcpServerId}/user-access \
--header 'x-portkey-api-key: <api-key>'{
"data": [
{
"user_id": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"enabled": true,
"has_override": true,
"connection_status": "connected"
}
],
"default_user_access": "allow",
"total": 123,
"has_more": true
}Documentation Index
Fetch the complete documentation index at: https://docs.portkey.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
MCP Server ID (UUID) or slug
x >= 11 <= x <= 500Search by user name or email
Was this page helpful?