search_user_metrics
Retrieve IT Glue user activity metrics per user, organization, or resource type, filtered by date range and sorted by counts of created, viewed, edited, or deleted actions.
Instructions
Search IT Glue user activity metrics — per-user, per-organization, per-resource-type counts of created/viewed/edited/deleted actions, bucketed by date. This is the raw data behind IT Glue's user reputation scores. The date range may span at most 7 days end-to-start; end_date requires a start_date (IT Glue rejects an open start).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort field: id, created, viewed, edited, deleted, or date. Prefix with - for descending. | |
| user_id | No | Filter by IT Glue user ID | |
| end_date | No | End of the UTC date range, YYYY-MM-DD. Omit for an open end. The range may not exceed 7 days. | |
| page_size | No | Number of results per page (max 1000, default 50) | |
| start_date | No | Start of the UTC date range, YYYY-MM-DD. Omit for an open start. The range may not exceed 7 days. | |
| page_number | No | Page number (default 1) | |
| resource_type | No | Filter by resource type the activity was against (e.g. Configuration, Password, Document, FlexibleAsset) | |
| organization_id | No | Filter by organization ID |