> ## Documentation Index
> Fetch the complete documentation index at: https://hc.saas-manager.biz.nuro.jp/llms.txt
> Use this file to discover all available pages before exploring further.

# Microsoft Teams

> Steps to integrate with Microsoft Teams.

## Supported Features

<Badge color="blue">Account Deletion</Badge> <Badge color="blue">Account Creation</Badge>

<Info>
  An account with administrator privileges is required for the integration.
</Info>

## Integration Setup

1. In the Admina integration screen, search for "**Microsoft Teams**" and click \[**Connect**].

<img src="https://mintcdn.com/admina-sbn/zpObcYSXMNOI_0et/images/integrations/xn1e96v3j3/image-1648452781654.png?fit=max&auto=format&n=zpObcYSXMNOI_0et&q=85&s=1abcbb39df622cb706d30db5bc5d120e" alt="Microsoft Teams search screen" width="1126" height="372" data-path="images/integrations/xn1e96v3j3/image-1648452781654.png" />

2. You will be redirected to the Microsoft login page. Enter the email address and password of an administrator account and log in.

<img src="https://mintcdn.com/admina-sbn/zpObcYSXMNOI_0et/images/integrations/xn1e96v3j3/image-1659413824703.png?fit=max&auto=format&n=zpObcYSXMNOI_0et&q=85&s=096b05e7750bc807b42676375259dc5a" alt="Microsoft login screen" width="649" height="580" data-path="images/integrations/xn1e96v3j3/image-1659413824703.png" />

3. A consent screen like the one below will appear. Click **Accept**.

<Info>
  You do not need to check "Consent on behalf of your organization."
</Info>

<img src="https://mintcdn.com/admina-sbn/zpObcYSXMNOI_0et/images/integrations/xn1e96v3j3/clean-shot-2021-10-01-at-12-09-572-x.png?fit=max&auto=format&n=zpObcYSXMNOI_0et&q=85&s=34dc25b9a8b75938f9adf87615f3538c" alt="Microsoft Teams access permission screen" width="860" height="1111" data-path="images/integrations/xn1e96v3j3/clean-shot-2021-10-01-at-12-09-572-x.png" />

4. Once the Microsoft Teams integration is successful, the registered user information will appear in the account list.

If the process does not complete successfully, click Edit from the Status tab on the integration screen and try connecting again.

If the issue persists, please contact us via chat.

For an overview of the Microsoft Teams integration, see the [integration page](http://admina.moneyforward.com/en/integrations/microsoft-teams).

## If You Have Multiple Workspaces

The following screen will appear in the MoneyForward Admina admin panel. **Select the workspace you want to integrate**.

<img src="https://mintcdn.com/admina-sbn/zpObcYSXMNOI_0et/images/integrations/xn1e96v3j3/clean-shot-2021-10-01-at-12-10-422-x.png?fit=max&auto=format&n=zpObcYSXMNOI_0et&q=85&s=a0a3a780aefcf9cae45bbc0666b277a6" alt="Multiple workspace selection screen" width="860" height="674" data-path="images/integrations/xn1e96v3j3/clean-shot-2021-10-01-at-12-10-422-x.png" />

## FAQ

### Q. What should I check if I am not redirected to the integration screen when connecting with Microsoft Teams?

**A**. Please check the following:

* Confirm that you are actually using Microsoft Teams and that a team exists.
* Check whether the same situation occurs every time.

How to check for teams: Log in to the [URL](https://developer.microsoft.com/en-us/graph/graph-explorer) and run [this query](https://graph.microsoft.com/v1.0/groups) to see if data is returned. If there are multiple groups, check the count using the following query:

```
https://graph.microsoft.com/v1.0/groups?$filter=resourceProvisioningOptions/Any(x:x eq 'Team')
```
