List group members
gitlab_list_group_membersLists members of a specified GitLab group with support for pagination, search, and inherited members.
Instructions
Members of a group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Cap for all_pages (default 500) | |
| query | No | ||
| group_id | Yes | ||
| 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 |