Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

change_a_password

Change user passwords in the Multilead platform. Users can update their own password, while platform co-owners can modify passwords for all users within their platform.

Instructions

Change A Password

This action changes the password for a specific user. Regular users can only change their own password and platform co-owners can change the password for all users within their platform.

Args: user_id: User ID whose password to change new_password: New password to set

Returns: Confirmation of password change

Input Schema

NameRequiredDescriptionDefault
user_idYes
new_passwordYes

Input Schema (JSON Schema)

{ "properties": { "new_password": { "type": "string" }, "user_id": { "type": "string" } }, "required": [ "user_id", "new_password" ], "type": "object" }

Other Tools from Multilead Open API 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/vanman2024/multilead-mcp'

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