list_project_members
List a project's members and their roles, with optional username search and pagination. Resolves the project ID from owner and alias automatically.
Instructions
List members (collaborators) of a project with their roles. Supports search by username. Internally resolves the project UUID from owner/alias before querying members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search by username | |
| page | No | Page number (0-based) | |
| size | No | Items per page | |
| owner | Yes | Project owner alias | |
| project | Yes | Project alias |