Skip to main content
Glama

Dataverse MCP Server

by mwhesse

remove_role_from_user

Remove security role assignments from users to revoke specific permissions when access requirements change or roles are updated.

Instructions

Removes a security role assignment from a specific user, revoking the permissions granted by that role. Use this when users change roles or no longer need certain access levels.

Input Schema

NameRequiredDescriptionDefault
roleIdYesID of the role to remove
userIdYesID of the user to remove the role from

Input Schema (JSON Schema)

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