List users
gitlab_list_usersSearch GitLab instance users by username or free text, with filters for active status and pagination.
Instructions
Searches instance users by username or free text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Cap for all_pages (default 500) | |
| active | No | ||
| search | No | ||
| per_page | No | Items per page, max 100 (default 20) | |
| username | No | ||
| all_pages | No | Follow pagination and return up to `limit` items across pages |