list_project_users
Retrieve the list of users associated with a project by providing the project ID. Sorting and ordering options allow customization of the output.
Instructions
List users linked to a project.
Args: project_id: ID of the project sort: Field to sort by: name, username, email, or role order: Sort order: asc or desc
Returns: Dictionary containing the list of project users
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | name | |
| order | No | asc | |
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||