I have created an application (with application level permissions) which creates subscription for receiving notifications when an user receives an email. Currently, I have to create multiple subscriptions for multiple users of an tenant.
Is there a way I can create a single subscription for all users of a tenant and receive notification whenever any user in the tenant receives a mail?
Thanks in advance.