Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
54
7
  • Linux
  • Apple

remove_user_from_organization

Remove a user from an organization by specifying the user ID and organization ID, enabling precise user management within the Binalyze AIR MCP Server.

Instructions

Remove a user from an organization

Input Schema

NameRequiredDescriptionDefault
organizationIdYesThe ID of the organization to remove the user from
userIdYesThe ID of the user to remove from the organization

Input Schema (JSON Schema)

{ "properties": { "organizationId": { "description": "The ID of the organization to remove the user from", "type": "string" }, "userId": { "description": "The ID of the user to remove from the organization", "type": "string" } }, "required": [ "organizationId", "userId" ], "type": "object" }

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