Hello,
Currently we can export the notifications settings users per users.
The idea will be to export (will bam/mbi ?) all notifications for all users, in the same actions like a .csv.
My actual workaround is to see what’s the last notifications but it’s not all the theoretical notifications
SELECT * FROM logs WHERE notification_cmd != '' AND ctime >= UNIX_TIMESTAMP(DATE_SUB(NOW(), INTERVAL 6 MONTH))
Regards,