list-project-members
Retrieve all members associated with a specific project to manage team access and collaboration within project management workflows.
Instructions
List all members in a specific project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project to get members from |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "ID of the project to get members from",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}