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
The current Outlook Cloud connector attempts to fetch all users by default. This can lead to performance issues and unnecessary load, especially in environments where only a few client emails are relevant for the integration.
Proposed Solution
Introduce a configuration option in the Outlook Cloud connector to specify client emails (as a comma-separated list) to fetch only the relevant user data. This change will enhance performance by reducing the number of users fetched and improve the connector's efficiency.
The text was updated successfully, but these errors were encountered:
@ilyasabdellaoui thanks for filing! This is a good feature request. CC @danajuratoni for prioritization - could be something we ask team:external to take a look at?
just a quick note that I’ve opened a PR #2844 that addresses this feature request.
ilyasabdellaoui
changed the title
Enhancement: Allow Outlook Cloud connector to specify client emails instead of defaulting to top 999 users
Enhancement: Allow Outlook Cloud connector to specify client emails instead of defaulting to all users
Sep 29, 2024
Problem Description
The current Outlook Cloud connector attempts to fetch all users by default. This can lead to performance issues and unnecessary load, especially in environments where only a few client emails are relevant for the integration.
Proposed Solution
Introduce a configuration option in the Outlook Cloud connector to specify client emails (as a comma-separated list) to fetch only the relevant user data. This change will enhance performance by reducing the number of users fetched and improve the connector's efficiency.
The text was updated successfully, but these errors were encountered: