Details

What does Unified Contacts do and why should I use it?

Unified Contacts Free Architectural OverviewWhy Unified Contacts?

Unified Contacts is a Microsoft Teams app helping you to optimize contact search in the Teams ecosystem.

Microsoft Teams is a great tool for collaboration and communication. Unfortunately, it's quite difficult to find contacts for various reasons. For example:

  • When you use the Microsoft Teams search bar to find contacts, the results are based on your corporate contacts from Azure AD.

  • When you use the Calls app in Microsoft Teams, you will only find contacts from Outlook.

  • If you update a contact object in Microsoft Outlook, it can take hours before Microsoft Teams displays the updated information.

  • There is no consolidated platform for contacts managed outside the Microsoft ecosystem.

Unified Contacts helps you, to simplify the discovery of contacts from various sources directly within your Microsoft Teams client - across all platforms.

Features

Initiating PSTN calls from Unified Contacts requires Microsoft Teams Phone System.

Overview

With Unified Contacts you can search for contacts in your personal Outlook contacts (Exchange Online is required) and simultaneously in the corporate address book Azure AD. Additionally, Unified Contacts Pro automatically searches your SharePoint Online environment for compatible list types (contact-type), allowing you to build tools (e.g. through an Azure Logic App or Microsoft Power App) to sync contacts from external databases and CRM systems into a standardized format, that Unified Contacts Pro can read. Last but not least, Unified Contacts Pro provides a powerful Database which you can fill with contacts from anywhere, either leveraging our REST API or data integration services such as Azure Data Factory (ADF). The search results will be displayed in a comprehensive, interactive and coherent format across all your contact sources.

Views

Unified Contacts currently provides two views to display the search results: compact tiles and detailed tiles. The compact format gives you the most relevant contact information and access to all relevant controls while preserving space for more search results at a glance. The detailed tile gives you immediate access to all significant properties of the contact object and adds copy-to-clipboard controls.

Both views allow you to immediately

  • Initiate a Microsoft Teams call

  • Start a Microsoft Teams chat

  • Compose an email in your default mail client

  • Place a PSTN call (requires Microsoft Teams Phone System)

  • View the presence status in realtime (Azure AD contacts only)

Out-of-office notifications can currently not be displayed.

If case contacts contain multiple phone numbers or email addresses, Unified Contacts allows an easy selection of your desired phone number for dialing or email address for composing.

Microsoft Teams calls and -chats can also be seamlessly initiated for external contacts, if those contacts are enabled for Microsoft Teams and if the external tenant has External access enabled.

Search Queries

Unified Contacts implements a search logic based on the "starts-with" strategy. Some properties of SharePoint Online contacts also support a "contains" approach (e.g. organization). Generally, Unified Contacts always searches the following properties across all contact sources:

  • First name

  • Last name

  • Job title

  • Department

  • Organization name

Architecture

Unified Contacts Free

The Unified Contacts Free backend is centrally hosted in our Azure tenant(s) for all customers (SaaS). To access the contact sources (Azure Active Directory and Exchange Online) in your tenant, Unified Contacts Free requires Microsoft Graph permissions that have to be granted during the setup of the service. Please note, that all permissions are based on a delegation model, i.e. Unified Contacts Free is only able to access those contacts that the signed in end-user has access to. The Unified Contacts Free Teams App (frontend) directly communicates with our backend to retrieve search results.

Unified Contacts Pro & Community Edition

Unlike Unified Contacts Free, the backend of Unified Contacts Pro and Unified Contacts Community Edition (CE) is deployed into your own Azure tenant, giving you full control over the data the service processes. In fact, you can configure that no data (except limited and anonymous telemetry data required for license enforcement purposes) leaves your tenant at all.

The Unified Contacts Pro backend is running as an Azure App Service, powered by an App Service Plan. Besides the App Service, some additional resources are deployed, allowing us to host the binaries and to store data persistently (Azure DB). The individual resources are linked to each other via APIs, where the Graph API is used to access all your contact sources (Azure Active Directory, Exchange Online, SharePoint Online, UC Database). Permissions, roles and service principals are auto-generated and - assigned during deployment in your Azure AD.

Last updated