list_project_members
Retrieve members of a GitLab project with optional search, filtering, and pagination. Includes inherited members if specified.
Instructions
List members of a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or URL-encoded path | |
| query | No | Search for members by name or username | |
| user_ids | No | Filter by user IDs | |
| skip_users | No | User IDs to exclude | |
| include_inheritance | No | Include inherited members. Defaults to false. | |
| per_page | No | Number of items per page (default: 20, max: 100) | |
| page | No | Page number for pagination (default: 1) |