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
Name | Required | Description | Default |
---|---|---|---|
administrator | No | Make this person an administrator | |
company-id | No | ID of the company the person belongs to | |
email-address | No | Email address of the person | |
first-name | No | First name of the person | |
last-name | No | Last name of the person | |
personId | Yes | The ID of the person to update | |
phone-number-office | No | Office phone number | |
timezoneId | No | Timezone ID for the person | |
title | No | Job title or position of the person | |
user-type | No | User type (account, collaborator, contact) |