Method TryGetTeams
- Namespace
- Skyline.DataMiner.DcpChatIntegrationHelper.Teams
- Assembly
- Skyline.DataMiner.DcpChatIntegrationHelper.dll
TryGetTeams()
Tries to fetch all teams from Microsoft Teams.
IEnumerable<ITeam> TryGetTeams()
Returns
- IEnumerable<ITeam>
All the teams. Might be empty but never null.
Remarks
The organizations Microsoft Teams tenant can be configured in the Admin App.
Exceptions
- TeamsChatIntegrationException
If anything went wrong.