Skip to main content

The Who...Teams App

Who is an App available for you to use in Teams that gives you the ability to search for anyone in your organization. At the time of writing this Who is at version 0.2 so features are likely to change. You may have noticed this app if you've ever clicked the ellipsis in Teams, or perhaps you didn't even know there are apps instead of Teams that you can use. The goal of this post will to get you familiar with Teams and hopefully give you a few reason to use it in your every day work lives.

For starters, what is Who? The app description states that you can "search for anyone in your organization based on what they're working on, who they work with, and more." However that does not provide a great explanation of all it can do. Yes, with Who you can search for people by attributes that have listed in their User Profile including their skills, manager, and also pull in details from the Graph such as the people they work. But the real value of who is how the information gets surfaced, the information is available in different ways via the 3 tabs at the top for Conversation, Your org, and Upcoming meetings.

To get started Who (as are many other apps such as the newly announced Shifts) is available via the Teams by click on the ellipsis. 

If this your first time accessing Who you will be prompted to grant the app permissions.

As mentioned above, once in Who you will noticed 3 tabs at the top for Conversations, Your Org, and Upcoming meetings.


The Conversations tab will let you chat with a bot to ask questions about and find people in your organization in common language, I have included a screenshot below of all of the queries you can start with but the three would like to call out are the "who have I emailed about"/"who was in the meeting about"/"who have I messaged about" as this really enhances the current search abilities found in outlook and the ones I find the most valuable.


Once you have returned a search for a user a card will pop up with the user information as well as some actions that you can take from sending them a chat or an email to furthering your query to find out more about the user through the buttons on the bottom.


Moving to the Your Org tab you can view and org chart of all of the users. Using the box in the top right you can search for a user or you can manually navigate the org chart to find the someone you are looking for.

From there you can drill into different aspects of a user and similar to above send them an email, initiate a call etc. Additionally from the fly out card you can actually send the user a chat in Teams without ever leaving the org chart view.



Finally, the Upcoming meetings tab taps into your calendar to show you your next 7 days worth of meetings. You can view information about the meeting such as the time and the subject but also all of the attendances both inside and outside your organization. Users in your organization will show their online status, while a user is outside your organization will be marked with a prohibition (do not enter) symbol. Additionally, users inside your organization will have the same experience as the organizational chart with fly out details about the user.


Personally, the meetings tab is my favorite functionality as I can easily see who will be in my meetings throughout they day in a single view without having to go from meeting invite to meeting invite. What's your favorite functional? Let me know on twitter @mslavieri

Comments

Popular posts from this blog

SharePoint Site Theming: Header Background Colors

As Microsoft rolls out the new Mega Menu experience for the Modern UI some of you may be wondering where these colors come from. In this post I will review the header background color options and call out which theme colors get used along the way. From left to right in the image below we have the four background options, which I'll call by the names of their color labels, Background Color (White) Theme, Neutral Light Theme, Light Theme, Dark Theme. I used the Microsoft Theme generator ( https://developer.microsoft.com/en-us/fabric#/styles/themegenerator ) to create my theme and applied the theme to my tenant using the Add-PnPTenantTheme ( https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/add-pnptenanttheme?view=sharepoint-ps ) command to apply the following theme in PowerShell, I've also added comments to lines that impact themes for your reference. @{ "themePrimary" = "#0a162b"; #Theme Dark Local "themeLighterAlt" = "...

Quick Look at the Surface Duo Android Emulator

Microsoft recently released their SDK and Emulator for developing dual screen applications for the Surface Duo ( https://docs.microsoft.com/en-us/dual-screen/introduction ) and being a bit curious about what the experience was going to be on a dual screen device I decided to give download it and give it a try.  First Impressions First and foremost there is the novelty of having two apps launched side by side. The Duo emulator is using Android Version 10 and to be API version 29, both are the latest versions of Android. There is no Play Store or Microsoft Store on the emulator, which is to be expected as its main purpose is app development. But beyond that it appears that most of the Google applications are not included in the device and the build is based off the Android Open Source Project (AOSP) more than anything else. What typically are the default applications on Android have been replaced with Microsoft Applications.  Launcher is the Microsoft L...

The Behind the Scenes Scope of SharePoint News

I recently had someone ask if there was any way to disable the ability to send a SharePoint news article to an external party and after some clarification it became apparently that even with external sharing completely disabled in the tenant you can, in fact, send a preview of the article to any email address. After some research it became apparent that there is no ability to turn off this functionality which caused some concern of potential data leakage. For reference we are talking about the SharePoint news article 'Send to' functionality shown below.  While a credential is needed to access the full article, any email sent will include an article preview. The article preview doesn't show anything too worrisome as it is just the title, the first few lines of text, and an image but one area that caught my eye was the ability to add in the optional message. After some testing it does not appear that there is any length limit to the text that can be put in the summary, it got...