list_users
Retrieve a list of GitLab users with filters for search, active status, username, and more. Use pagination and sorting to manage results.
Instructions
List GitLab users
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed) | |
| sort | No | Sort direction | |
| active | No | Filter by active state | |
| search | No | Search users | |
| blocked | No | Filter by blocked state | |
| external | No | Filter by external users | |
| order_by | No | Order by field | |
| per_page | No | Results per page (1-100) | |
| username | No | Filter by username |