Skip to main content
Glama

ServiceNow MCP Server

by javerthl

remove_group_members

Remove specified users from a ServiceNow group to manage access permissions and group membership effectively.

Instructions

Remove members from an existing group in ServiceNow

Input Schema

NameRequiredDescriptionDefault
group_idYesGroup ID or sys_id
membersYesList of user sys_ids or usernames to remove as members

Input Schema (JSON Schema)

{ "properties": { "group_id": { "description": "Group ID or sys_id", "title": "Group Id", "type": "string" }, "members": { "description": "List of user sys_ids or usernames to remove as members", "items": { "type": "string" }, "title": "Members", "type": "array" } }, "required": [ "group_id", "members" ], "type": "object" }

Other Tools from ServiceNow 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/javerthl/servicenow-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server