Skip to content

Commit 9bfa188

Browse files
author
Rishav Yaduvanshi
committed
updated the DOC of microsoft-ews
1 parent d8ab59c commit 9bfa188

File tree

1 file changed

+16
-2
lines changed
  • docs/platform-services/automation-service/app-central/integrations

1 file changed

+16
-2
lines changed

docs/platform-services/automation-service/app-central/integrations/microsoft-ews.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
77

88
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/microsoft-ews.png')} alt="microsoft-ews" width="100"/>
99

10-
***Version: 2.3
11-
Updated: Mar 4, 2024***
10+
***Version: 2.4
11+
Updated: Nov 12, 2024***
1212

1313
Perform actions on Microsoft EWS mailboxes, accounts, and security settings.
1414

@@ -130,6 +130,17 @@ full\_access\_as\_app Use Exchange Web Services with full access to all mailboxe
130130

131131
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).
132132

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+
133144
## Category
134145

135146
Email Gateway
@@ -146,3 +157,6 @@ Email Gateway
146157
* November 29, 2022 - Added new actions (Send Email and Reply To Email)
147158
* October 6, 2023 (v2.2) - Integration Updated
148159
* 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

Comments
 (0)