Skip to main content
Glama

register_new_user

Create new user accounts on the Multilead platform by providing email, password, full name, and whitelabel ID with optional phone and invitation parameters.

Instructions

Register New User

This action registers a new user on the platform.

Args: email: User's email address (required) password: User's password (required) full_name: User's full display name (required) whitelabel_id: Whitelabel ID (required) phone: Optional phone number (e.g., "+3816423416") invitation_id: Optional invitation ID for secure registration skip_confirmation_email: Set to True to skip confirmation email (default: False)

Returns: Created user object with registration details

Input Schema

NameRequiredDescriptionDefault
emailYes
passwordYes
full_nameYes
whitelabel_idYes
phoneNo
invitation_idNo
skip_confirmation_emailNo

Input Schema (JSON Schema)

{ "properties": { "email": { "type": "string" }, "full_name": { "type": "string" }, "invitation_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "password": { "type": "string" }, "phone": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "skip_confirmation_email": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null }, "whitelabel_id": { "type": "integer" } }, "required": [ "email", "password", "full_name", "whitelabel_id" ], "type": "object" }

Other Tools

Latest Blog Posts

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