| Field | Type | Required | Description | Example |
|---|---|---|---|---|
person |
Optional<Person> | ➖ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
departmentName |
Optional<String> | ➖ | Department name | |
agentsUsedCount |
Optional<Long> | ➖ | Total number of agents used by this user over the specified time period. | |
averageRunsPerDayCount |
Optional<Float> | ➖ | Average number of runs per day for this user over the specified time period. | |
agentsCreatedCount |
Optional<Long> | ➖ | Total number of agents created by this user over the specified time period. | |
runCount |
Optional<Long> | ➖ | Total number of agent runs for this user over the specified time period. |