Skip to main content
Glama

Dataverse MCP Server

by mwhesse

update_dataverse_role

Modify security role properties including name, description, auto-assignment behavior, and inheritance settings in Microsoft Dataverse without changing privilege permissions.

Instructions

Updates the properties and configuration of an existing security role. Use this to modify role settings like name, description, auto-assignment behavior, or inheritance settings without changing the actual privileges.

Input Schema

NameRequiredDescriptionDefault
appliesToNoNew personas/licenses the security role applies to
descriptionNoNew description of the security role
isAutoAssignedNoWhether the role is auto-assigned based on user license
isInheritedNo0 = Team privileges only, 1 = Direct User access level and Team privileges
nameNoNew name of the security role
roleIdYesID of the role to update
summaryOfCoreTablePermissionsNoSummary of Core Table Permissions of the Role

Input Schema (JSON Schema)

{ "properties": { "appliesTo": { "description": "New personas/licenses the security role applies to", "maxLength": 2000, "type": "string" }, "description": { "description": "New description of the security role", "maxLength": 2000, "type": "string" }, "isAutoAssigned": { "description": "Whether the role is auto-assigned based on user license", "type": "boolean" }, "isInherited": { "description": "0 = Team privileges only, 1 = Direct User access level and Team privileges", "enum": [ "0", "1" ], "type": "string" }, "name": { "description": "New name of the security role", "maxLength": 100, "type": "string" }, "roleId": { "description": "ID of the role to update", "type": "string" }, "summaryOfCoreTablePermissions": { "description": "Summary of Core Table Permissions of the Role", "maxLength": 2000, "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