list-users
Retrieve all users from your MCP-N8N instance. This tool is restricted to the instance owner and requires a clientId for authentication.
Instructions
Retrieve all users from your instance. Only available for the instance owner.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clientId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"clientId": {
"type": "string"
}
},
"required": [
"clientId"
],
"type": "object"
}