tdx-people-search
Search for people in TeamDynamix using filters like name, email, username, and status to find specific individuals in the system.
Instructions
Search TDX people with filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| searchText | No | Full-text search query | |
| lastName | No | Filter by last name | |
| firstName | No | Filter by first name | |
| primaryEmail | No | Filter by primary email | |
| userName | No | Filter by username | |
| isActive | No | Filter by active status | |
| isEmployee | No | Filter by employee status | |
| accountIds | No | Filter by account IDs | |
| maxResults | No | Max results to return (default 25) |