Get the number of unique users creating Out-of-Office rules
Scenario
How many users are utilising the OOO plugin?
SQL Queries
Number of users creating Out of Office Rules
mysql> SELECT COUNT(distinct assignee) from AO_86B55C_OUT_OF_OFFICE_RULES;
+--------------------------+
| COUNT(distinct assignee) |
+--------------------------+
| 8 |
+--------------------------+