You’re not on Teams yet, but you can set it up for your organization. Linux Teams application.[Solved]

You have already created teams account, you are trying to log in to the linux teams application by giving credentials, unfortunately teams application says “You’re not on Teams yet, but you can set it up for your organization” .

How to fix it.

  1. Close linux teams application.
  2. Then remove the Microsoft folder from your config directory. For that you can run the following command in terminal.
     rm -R ~/.config/Microsoft 
  3. Then start linux teams application and proceed with your credentials.

Leave a Comment