You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perform actions on Microsoft EWS mailboxes, accounts, and security settings.
14
14
@@ -130,6 +130,17 @@ full\_access\_as\_app Use Exchange Web Services with full access to all mailboxe
130
130
131
131
Once API permission are added then Admin must consent to a grant these permissions, [Learn more about permissions and consent](https://docs.microsoft.com/azure/active-directory/develop/v2-permissions-and-consent?WT.mc_id=Portal-Microsoft_AAD_RegisteredApps).
132
132
133
+
**Steps to Assign the Required RBAC Roles in the Exchange Admin Center**
134
+
135
+
1. Sign in to the Exchange Admin Center (EAC) using the URL [click](https://admin.exchange.microsoft.com/#/).
136
+
2. In the EAC, navigate to **Roles**
137
+
3. Click on **Admin Roles**
138
+
4. Search for the role **Discovery Management** and click on it.
139
+
5. Click on **Assign** tab.
140
+
6. Click on **+** and search for the user you want to assign the role to.
141
+
7. Click on **Save**.
142
+
143
+
133
144
## Category
134
145
135
146
Email Gateway
@@ -146,3 +157,6 @@ Email Gateway
146
157
* November 29, 2022 - Added new actions (Send Email and Reply To Email)
147
158
* October 6, 2023 (v2.2) - Integration Updated
148
159
* March 4, 2024 (v2.3) - Updated code for compatibility with Python 3.12
160
+
* November 12, 2024 (v2.4)
161
+
* Updated the exchange_lib library to 5.4.2
162
+
* Updated the action Get Contacts to return the message "No contacts found" if the contacts are not found rather than returning an exception.
0 commit comments