Skip to main content
Glama

GoLogin MCP

Official
by gologinapp

post_workspaces__wid__profiles_transfer

Transfer browser profiles within a workspace to another user by specifying their email and instance IDs. Use this to reallocate or share profiles efficiently.

Instructions

Transfer profile

Input Schema

NameRequiredDescriptionDefault
instanceIdsYesArray of instance ids to transfer profiles to.
toEmailYesEmail of the recipient.
widYes

Input Schema (JSON Schema)

{ "properties": { "instanceIds": { "description": "Array of instance ids to transfer profiles to.", "items": { "type": "string" }, "type": "array" }, "toEmail": { "description": "Email of the recipient.", "type": "string" }, "wid": { "type": "string" } }, "required": [ "wid", "toEmail", "instanceIds" ], "type": "object" }

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/gologinapp/gologin-mcp'

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