Skip to main content
Glama

Dataverse MCP Server

by mwhesse

remove_role_from_team

Remove security role assignments from teams to revoke permissions when access levels need adjustment or during team restructuring.

Instructions

Removes a security role assignment from a team, revoking the permissions granted by that role for all team members. Use this when teams no longer need certain access levels or when restructuring team permissions.

Input Schema

NameRequiredDescriptionDefault
roleIdYesID of the role to remove
teamIdYesID of the team to remove the role from

Input Schema (JSON Schema)

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