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