Skip to main content
Glama

ServiceNow MCP Server

by javerthl

add_group_members

Add users to an existing ServiceNow group by specifying group ID and member identifiers to manage group membership and access permissions.

Instructions

Add members to an existing group in ServiceNow

Input Schema

NameRequiredDescriptionDefault
group_idYesGroup ID or sys_id
membersYesList of user sys_ids or usernames to add 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 add 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