Skip to main content
Glama

GoLogin MCP

Official
by gologinapp

post_workspaces__wid__members

Add members to a workspace by specifying their emails, roles, and access permissions using GoLogin MCP. Manage team collaboration and workspace configuration efficiently.

Instructions

Add member to workspace

Input Schema

NameRequiredDescriptionDefault
emailsYes
foldersNo
limitedAccessYes
roleYes
widYes
workspaceNameNo

Input Schema (JSON Schema)

{ "properties": { "emails": { "items": { "type": "string" }, "type": "array" }, "folders": { "items": { "properties": { "name": { "type": "string" }, "role": { "required": [], "type": "object" } }, "required": [ "name", "role" ], "type": "object" }, "type": "array" }, "limitedAccess": { "type": "boolean" }, "role": { "enum": [ "owner", "admin", "editor", "guest" ], "type": "string" }, "wid": { "type": "string" }, "workspaceName": { "type": "string" } }, "required": [ "wid", "emails", "limitedAccess", "role" ], "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