Skip to main content
Glama

Dataverse MCP Server

by mwhesse

get_role_privileges

Retrieve all privileges assigned to a security role to audit permissions and understand what access the role provides to users and teams in Microsoft Dataverse.

Instructions

Retrieves all privileges currently assigned to a security role, showing what permissions the role grants. Use this to audit role permissions and understand what access a role provides to users and teams.

Input Schema

NameRequiredDescriptionDefault
roleIdYesID of the role to retrieve privileges for

Input Schema (JSON Schema)

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