We can’t set up the conversation Teams Chat Error


You want to chat from Teams to a person outside your company who is also using Teams and you get “We can’t set up the conversation because your organisations are not set up to talk to each other”. This is an admin setting, so if you are not the Teams admin you need to speak to them, but if you are this is how to fix the error:

First, reproduce the error – type an email address into the Teams search bar and click Search email externally. You will see these two views:

Searching for an external person to chat to them
External Federation is not enabled for this domain so chat (IM) is not possible

In the Teams Admin Center at https://admin.teams.microsoft.com navigate to Users > External Access and ensure that both the option “Users can communicate with other Skype for Business and Teams users” and either the domain list below is empty or the domain you are trying to reach is “Allowed” (and not blocked). It should look like this is you are restricting domains:

External Federation Settings with specific allowed domains

Now don’t forget to click Save as I forgot to do this the first time and wondered why it was not working the next day! The change (if you click Save) takes effect within 2 to 3 hours.

In Teams PowerShell the cmdlet to run to see this setting is Get-CsTenantFederationConfiguration as shown:

Get-CsTenantFederationConfiguration in Teams PowerShell

Note that there is an “AllowTeamsConsumer” option here that is not in the admin center at the time of writing. You can switch this off with Set-CsTenantFederationConfiguration -AllowTeamsConsumer $false (as it defaults to being enabled)


Posted

in

, , , , , ,

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.