Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

get_case_users

Retrieve all users linked to a specific case using its unique ID, enabling efficient user association management. Optionally filter results by organization IDs.

Instructions

Get all users associated with a specific case by its ID

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the case to retrieve users for (e.g., C-2022-0001)
organizationIdsNoOrganization IDs to filter users by. Leave empty to use default (0).

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The ID of the case to retrieve users for (e.g., C-2022-0001)", "type": "string" }, "organizationIds": { "description": "Organization IDs to filter users by. Leave empty to use default (0).", "type": "string" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from Binalyze AIR MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/binalyze/air-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server