Retrieve a summary of users and associated tickets for a workspace. The summary includes the total number of open tickets, closed tickets, users with associated tickets, and users with no associated tickets.
Success
Bad request, validation error
Unauthorized request
Access forbidden
Too Many Requests
Internal server error
{- "protectedUsers": 123,
- "protectedUsersWithoutTickets": 123,
- "protectedUsersWithTickets": 123,
- "openTickets": [
- {
- "ticketTrigger": "malwareInCloudDrive",
- "count": 123
}
], - "closedTickets": [
- {
- "ticketTrigger": "malwareInCloudDrive",
- "count": 123
}
]
}