User Events
list_user_eventsRetrieve a specific user's public GitLab activity feed to see what they have been working on. Filter events by action, target type, or date range.
Instructions
List a specific user's public GitLab activity feed by username or numeric ID. Use for tracking what a teammate has been working on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | Username (e.g. "alice") or numeric user ID | |
| action | No | Filter by action type | |
| target_type | No | Filter by target resource type | |
| before | No | Only events before this date (YYYY-MM-DD) | |
| after | No | Only events after this date (YYYY-MM-DD) | |
| sort | No | Sort order (default desc — newest first) | desc |
| page | No | Page number (1-based) | |
| per_page | No | Results per page | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |