| Field | Type | Required | Description | Example |
|---|---|---|---|---|
department |
Optional<String> | ➖ | Name of the department | |
agentAdoptionRate |
Optional<Float> | ➖ | Percentage of employees in the department who have used agents at least once over the specified time period. | |
userCount |
Optional<Long> | ➖ | Total number of users in this department who have used any agent over the specified time period. | |
runCount |
Optional<Long> | ➖ | Total number of runs in this department over the specified time period. | |
agentId |
Optional<String> | ➖ | ID of the agent to be shown in the agent column in this department over the specified time period. | |
agentName |
Optional<String> | ➖ | Name of the agent to be shown in the agent column in this department over the specified time period. | |
icon |
Optional<IconConfig> | ➖ | Defines how to render an icon | { "color": "#343CED", "key": "person_icon", "iconType": "GLYPH", "name": "user" } |
isDeleted |
Optional<Boolean> | ➖ | Indicates whether the agent has been deleted |