list_users
Retrieve and manage user listings within a system by specifying organization IDs, enabling efficient user data organization and access control via Binalyze AIR MCP Server.
Instructions
List all users in the system
Input Schema
Name | Required | Description | Default |
---|---|---|---|
organizationIds | No | Organization IDs to filter users by. Leave empty to use default (0). |
Input Schema (JSON Schema)
{
"properties": {
"organizationIds": {
"description": "Organization IDs to filter users by. Leave empty to use default (0).",
"type": "string"
}
},
"required": [],
"type": "object"
}