Release : All Supported Clarity releases
You might want to check the table CLB_NOTIFICATION_PREFS to see if the users have custom settings if any:
select *
from CLB_NOTIFICATION_PREFS c, cmn_sec_users u
where c.user_id = u.id and c.principal_type = 'USER'
and u.user_name ='<enter here the user name>'