list_project_users
Retrieve users linked to a project, with sorting by name, username, email, or role and ordering ascending or descending.
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 |
|---|---|---|---|
| project_id | Yes | ||
| sort | No | name | |
| order | No | asc |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||