getPeople
Retrieve all people from Teamwork with filters for user type, team, project, company, and login activity.
Instructions
Get all people from Teamwork
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userType | No | Filter by user type | |
| updatedAfter | No | Filter by users updated after this date-time (format: ISO 8601) | |
| searchTerm | No | Filter by name or email | |
| orderMode | No | Order mode | |
| orderBy | No | Order by field | |
| lastLoginAfter | No | Filter by users who logged in after this date-time | |
| pageSize | No | Number of items per page | |
| page | No | Page number | |
| includeCollaborators | No | Include collaborator users | |
| includeClients | No | Include client users | |
| teamIds | No | Filter by team IDs | |
| projectIds | No | Filter by project IDs | |
| companyIds | No | Filter by company IDs |