list_group_members
Retrieve group members and their access levels from GitLab, with options to filter by name or username and manage pagination for large groups.
Instructions
List group members with access levels, optionally filtered by search term
Input Schema
TableJSON 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 | |
| userCredentials | No | Your GitLab credentials (optional - uses shared token if not provided) |