Skip to main content
Glama

Dataverse MCP Server

by mwhesse

assign_role_to_team

Assign security roles to teams to provide consistent access permissions for groups of users working on similar tasks in Microsoft Dataverse.

Instructions

Assigns a security role to a team, granting all team members the permissions defined in that role. Use this to provide consistent access levels to groups of users working together on similar tasks.

Input Schema

NameRequiredDescriptionDefault
roleIdYesID of the role to assign
teamIdYesID of the team to assign the role to

Input Schema (JSON Schema)

{ "properties": { "roleId": { "description": "ID of the role to assign", "type": "string" }, "teamId": { "description": "ID of the team to assign the role to", "type": "string" } }, "required": [ "roleId", "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