Skip to main content
Glama

Dataverse MCP Server

by mwhesse

get_team_members

Retrieve all users who are members of a specific team to audit membership and understand team-based access permissions.

Instructions

Retrieves a list of all users who are members of a specific team, including their basic information and status. Use this to audit team membership and understand who has team-based access.

Input Schema

NameRequiredDescriptionDefault
teamIdYesID of the team to retrieve members for

Input Schema (JSON Schema)

{ "properties": { "teamId": { "description": "ID of the team to retrieve members for", "type": "string" } }, "required": [ "teamId" ], "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