Skip to main content
Glama

Teamwork MCP

updatePerson

Modify user details in Teamwork, including timezone, name, email, job title, and permissions, using the person ID to identify and update specific records.

Instructions

Update a person in Teamwork. This endpoint allows you to modify user information like timezone, name, email, etc.

Input Schema

NameRequiredDescriptionDefault
administratorNoMake this person an administrator
company-idNoID of the company the person belongs to
email-addressNoEmail address of the person
first-nameNoFirst name of the person
last-nameNoLast name of the person
personIdYesThe ID of the person to update
phone-number-officeNoOffice phone number
timezoneIdNoTimezone ID for the person
titleNoJob title or position of the person
user-typeNoUser type (account, collaborator, contact)

Input Schema (JSON Schema)

{ "properties": { "administrator": { "description": "Make this person an administrator", "type": "boolean" }, "company-id": { "description": "ID of the company the person belongs to", "type": "integer" }, "email-address": { "description": "Email address of the person", "type": "string" }, "first-name": { "description": "First name of the person", "type": "string" }, "last-name": { "description": "Last name of the person", "type": "string" }, "personId": { "description": "The ID of the person to update", "type": "integer" }, "phone-number-office": { "description": "Office phone number", "type": "string" }, "timezoneId": { "description": "Timezone ID for the person", "type": "integer" }, "title": { "description": "Job title or position of the person", "type": "string" }, "user-type": { "description": "User type (account, collaborator, contact)", "type": "string" } }, "required": [ "personId" ], "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/Vizioz/Teamwork-MCP'

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