Skip to main content
Glama

Dataverse MCP Server

by mwhesse

assign_role_to_user

Assign security roles to users to grant appropriate access permissions for their job functions and responsibilities in Microsoft Dataverse.

Instructions

Assigns a security role to a specific user, granting them all the permissions defined in that role. Use this to provide users with the appropriate access levels for their job functions and responsibilities.

Input Schema

NameRequiredDescriptionDefault
roleIdYesID of the role to assign
userIdYesID of the user to assign the role to

Input Schema (JSON Schema)

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