Skip to main content
Glama

Dataverse MCP Server

by mwhesse

add_members_to_team

Add users to a team to grant them access to team-owned records and team-based permissions, expanding membership for resource sharing.

Instructions

Adds users as members to a team, granting them access to team-owned records and team-based permissions. Use this to expand team membership and provide users with team-level access to resources.

Input Schema

NameRequiredDescriptionDefault
memberIdsYesArray of user IDs to add as team members
teamIdYesID of the team to add members to

Input Schema (JSON Schema)

{ "properties": { "memberIds": { "description": "Array of user IDs to add as team members", "items": { "type": "string" }, "type": "array" }, "teamId": { "description": "ID of the team to add members to", "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