Skip to main content
Glama

Dataverse MCP Server

by mwhesse

remove_members_from_team

Remove users from team membership to revoke their access to team-owned records and team-based permissions when users no longer need access or change roles.

Instructions

Removes users from team membership, revoking their access to team-owned records and team-based permissions. Use this when users no longer need team access or are changing roles.

Input Schema

NameRequiredDescriptionDefault
memberIdsYesArray of user IDs to remove from team
teamIdYesID of the team to remove members from

Input Schema (JSON Schema)

{ "properties": { "memberIds": { "description": "Array of user IDs to remove from team", "items": { "type": "string" }, "type": "array" }, "teamId": { "description": "ID of the team to remove members from", "type": "string" } }, "required": [ "teamId", "memberIds" ], "type": "object" }

Other Tools from Dataverse 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/mwhesse/mcp-dataverse'

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