Skip to main content
Glama

Dataverse MCP Server

by mwhesse

remove_privilege_from_role

Remove specific permissions from a security role to restrict user access and maintain proper authorization controls in Microsoft Dataverse.

Instructions

Removes a specific privilege from a security role, revoking the associated permissions. Use this to restrict access by removing specific operation permissions from a role.

Input Schema

NameRequiredDescriptionDefault
privilegeIdYesID of the privilege to remove
roleIdYesID of the role to remove privilege from

Input Schema (JSON Schema)

{ "properties": { "privilegeId": { "description": "ID of the privilege to remove", "type": "string" }, "roleId": { "description": "ID of the role to remove privilege from", "type": "string" } }, "required": [ "roleId", "privilegeId" ], "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