INPUT_OBJECT
ConnectedUserFilters
Criteria available to filter a list of connected users.
link GraphQL Schema definition
- input ConnectedUserFilters {
- # Project ids to search into.
- LegacyId!] : [
- # Filter by routing group ids
- UUID!] : [
- # Filter by users group ids
- LegacyId!] : [
- # Filter by users ids
- LegacyId!] : [
- # Filter by role (operator, manager, admin, expert, bot)
- String!] : [
- # User chat availability
- StatsAvailabilityStatus!] : [
- }