List project members
gitlab_list_project_membersList members of a GitLab project, optionally including inherited group members, with name filtering and pagination.
Instructions
Members of a project, optionally including inherited group members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Cap for all_pages (default 500) | |
| query | No | Filter by name | |
| per_page | No | Items per page, max 100 (default 20) | |
| all_pages | No | Follow pagination and return up to `limit` items across pages | |
| inherited | No | Include members inherited from parent groups | |
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. |