wetrack_get_project_users
Retrieve project team members from ticket assignees by providing the project UUID, receiving each user's id, name, email, role, and designation.
Instructions
Get all team members mapped to a project (derived from ticket assignees). Returns {id, name, email, role, designation} per user.
Args: project_id: The project UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |