Skip to main content
Glama

fc_remove_space_member

Remove a user from a FluentCommunity space by specifying the space ID and user ID to manage community membership effectively.

Instructions

Remove a user from a space

Input Schema

NameRequiredDescriptionDefault
space_idYesThe space ID
user_idYesThe user ID to remove

Input Schema (JSON Schema)

{ "properties": { "space_id": { "description": "The space ID", "type": "number" }, "user_id": { "description": "The user ID to remove", "type": "number" } }, "required": [ "space_id", "user_id" ], "type": "object" }

Latest Blog Posts

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/wplaunchify/fluent-community-mcp'

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