Skip to main content

Pia: Grant Mailbox Permission

Overview​

This package allows the Chat User to change mailbox permissions on a selected end user.

Platforms​

The package supports the following platforms

  • Cloud Hybrid
  • Cloud Only

Requirements​

Cloud Only

  • Microsoft Graph API Authorization and Delegation

Setup & Configuration​

Microsoft Graph API

  • Authorization and Delegation configured

Process​

The steps that the package takes during process execution are:

  1. Retrieve a list of mailboxes all mailboxes you may want to assign permissions. These details are retrieved from Exchange Online.
  2. Presents the user with a form where they can select a single user and multiple mailboxes.
  3. Based on the information gathered in the previous form we query exchanged online for mailbox permissions for the user and mailboxes selected.
  4. The user is presented with a form that lists the selected mailboxes, and which permissions are currently applied for the selected user in the form of checkboxes, these permissions can be edited.
  5. Based on the options selected in the previous form we will add or remove permissions for the selected user from each of the mailboxes.
  6. Advise the user that the action has been completed.