Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

update_team_member

Modify team member roles and permissions by updating account access and webhook management capabilities within your organization's team structure.

Instructions

Edit and update a team member from a specific team

Args: team_id: The ID of the team this member is part of (required) user_id: Your user ID (required) email: The email address of the member to update (required) account_roles: Updated list of role assignments with 'roleId' and 'accounts' array can_manage_team_global_webhooks: Whether the user can manage team global webhooks

Returns: Updated team member object with new settings

Example: update_team_member( team_id="1443", user_id="1451", email="borisa@company.io", account_roles=[ { "roleId": "d144079f-2a22-4f86-b2a9-45b3289b4bf4", "accounts": [158] } ], can_manage_team_global_webhooks=True )

Input Schema

NameRequiredDescriptionDefault
team_idYes
user_idYes
emailYes
account_rolesNo
can_manage_team_global_webhooksNo

Input Schema (JSON Schema)

{ "properties": { "account_roles": { "anyOf": [ { "items": { "additionalProperties": true, "type": "object" }, "type": "array" }, { "type": "null" } ], "default": null }, "can_manage_team_global_webhooks": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null }, "email": { "type": "string" }, "team_id": { "type": "string" }, "user_id": { "type": "string" } }, "required": [ "team_id", "user_id", "email" ], "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