getPeople
Retrieve and filter people data from Teamwork projects, including users, collaborators, and contacts, based on user type, date, search terms, or specific IDs within Teamwork MCP.
Instructions
Get all people from Teamwork
Input Schema
Name | Required | Description | Default |
---|---|---|---|
companyIds | No | Filter by company IDs | |
includeClients | No | Include client users | |
includeCollaborators | No | Include collaborator users | |
lastLoginAfter | No | Filter by users who logged in after this date-time | |
orderBy | No | Order by field | |
orderMode | No | Order mode | |
page | No | Page number | |
pageSize | No | Number of items per page | |
projectIds | No | Filter by project IDs | |
searchTerm | No | Filter by name or email | |
teamIds | No | Filter by team IDs | |
updatedAfter | No | Filter by users updated after this date-time (format: ISO 8601) | |
userType | No | Filter by user type |