getProjectPeople
Retrieve all individuals assigned to a specific Teamwork project by project ID, with filters for user type, name, email, sorting, and pagination.
Instructions
Get all people assigned to a specific project from Teamwork
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeObservers | No | Include project observers | |
orderBy | No | Order by field | |
orderMode | No | Order mode | |
page | No | Page number | |
pageSize | No | Number of items per page | |
projectId | Yes | The ID of the project to get people from | |
searchTerm | No | Filter by name or email | |
userType | No | Filter by user type |