Group Members
list_group_membersList all members of a GitLab group and view their access levels. Filter by name or username to find specific members efficiently.
Instructions
List group members with access levels, optionally filtered by search term
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupPath | Yes | Full path of the group (e.g., "my-group" or "parent/child-group") | |
| search | No | Optional search term to filter members by name or username | |
| first | No | Number of members to retrieve | |
| after | No | Cursor for pagination | |
| fetchAll | No | Fetch all pages up to 100 results | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |