Graph API setup
The Graph API may be enabled to assist with the full Teams integration. If enabled it will be used to:
- Query organization/tenant name
 - Query team channels list
 - Query Teams link title or summary
 
This setup requires an Azure “Entra ID” app registration with the following permissions:
- Get org name: “Organization.Read.All”
 - Select team channels list: “Channel.ReadBasic.All”
 - Search post subject/message(post): “ChannelMessage.Read.All”
 
To enable the Graph API the user should first:
- Go to MANAGE > General
 - Enable the Microsoft Graph API with “yes”
 - Enter the TENANT ID, CLIENT ID, CLIENT SECRET from the Azure app (Entra ID).
 - Click TEST.
 - Click SAVE.
 
Then one should:
- Go to MANAGE > Tool integration
 - Go to the Email tab
 - Click yes for Enable SMTP
 - Enter User Information -> SENDER ADDRESS -> any email (won’t be used)
 - Enter Server Information-> SERVER PROVIDER -> Office 365
 
Information note
To enable “Enable Teams” in the MM, MM user should haves “Application administrator” capability(e.g. from the “Application administrator” global role).