> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/nl/beheerdershoek/third-party-integrations/microsoft-365-calendaring-field-guide/before-you-begin.md).

# Voordat u begint

### Verzamel de vereiste accounts en toegangsgegevens <a href="#ibhnxtgz0jcq" id="ibhnxtgz0jcq"></a>

Om de stappen in deze handleiding succesvol te voltooien, hebt u de volgende accounts en inloggegevens nodig:

* Een Microsoft 365-beheerdersaccount met Exchange Online-beheerdersrechten, **en**:
  * Het account moet Exchange Online-beheerdersrechten hebben voor zowel **Organisatiebeheer** en **Ontvangersbeheer**.
  * Voor Microsoft Graph API-applicatierechten is een Microsoft 365 Global-beheerder of een gebruiker met Microsoft 365 Cloud-toepassingsbeheerderrechten vereist om de Zoom-applicatie toe te voegen aan de Microsoft Entra ID Onderneming-toepassing.
  * Voor Microsoft Graph API-applicatierechten is ten minste één [gekoppeld domein](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0066259) dat overeenkomt met een aangepast domein dat is geverifieerd in uw Microsoft 365-tenant.
* Een rol met toegang tot Zoom Rooms.
* De mogelijkheid om agendaresources voor vergaderruimten op te lijsten, te maken en te beheren.
* Beheerdersrechten voor Windows PowerShell op Windows 10 of hoger, of Windows Server 2016 of hoger

### (Optioneel) Migreren van oudere autorisatiemethoden naar Microsoft Graph API applicatiemachtigingen <a href="#gt03om1xmyu8" id="gt03om1xmyu8"></a>

Voor configuraties die oudere, niet-Graph API-methoden van agenda-integratie en autorisatie gebruiken, volg de instructies in het volgende ondersteuningsartikel met de titel [Vooraankondiging van het einde van de ondersteuning voor Microsoft Exchange Web Services + applicatie-imitatie](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0077079).

### Configureer Zoom Workplace-machtigingen zodat ze overeenkomen met de Microsoft Entra ID gebruiker-consent Instellingen <a href="#id-8cfm0o3hmdv2" id="id-8cfm0o3hmdv2"></a>

De eerste stap bij het integreren van elk type Microsoft 365-agenda met de Platform is om uw Zoom-rechten te configureren zodat deze overeenkomen met uw Microsoft Entra ID (voorheen Microsoft Azure Active Directory) gebruikers toestemmingsinstellingen.

Dit proces is bedoeld om Toestemming-problemen tussen het Zoom Platform en Entra ID te Voorkomen via een matching-oefening terwijl u de resterende stappen in deze handleiding volgt.

#### <mark style="color:blauw;">Identificeer de huidige Microsoft Entra ID gebruiker-consent Instellingen</mark> <a href="#sxb5s53zovuk" id="sxb5s53zovuk"></a>

1. Log in op de [Microsoft Azure-beheerportal](https://portal.azure.com/) met een Microsoft 365 beheerderaccount.
2. Onder het **Azure-services** sectie, klik op de **Microsoft Entra ID** pictogram.
3. Onder het **Beheren** keuzelijst, klik op **Ondernemingstoepassingen**.
4. Klik onder de Security-keuzelijst op **Toestemming en machtigingen**.
5. Noteer de waarde van de *Gebruikerstoestemming voor toepassingen-sectie*, die een van de volgende zal zijn:
   1. Niet Toestaan van gebruikerstoestemming
   2. Toestaan van gebruikerstoestemming voor apps van geverifieerde uitgevers, voor geselecteerde machtigingen
   3. Toestaan van gebruikerstoestemming voor apps

#### <mark style="color:blauw;">Bevestig dat de gebruiker-consent en de Zoom-webportal Instellingen overeenkomen</mark> <a href="#nic025hbfrx9" id="nic025hbfrx9"></a>

Uw Organisatie kan ervoor kiezen om de gebruikers-Toestemming Instellingen te beperken of toe te staan. Zoom raadt een vereenvoudigde Toestemmingmethode aan waarbij gebruikers zelf toestemming geven aan Entra ID-apps. Welke keuze u ook maakt, uw Organisatie moet de Entra ID-optie afstemmen op een gekoppelde optie aan de Zoom-beheerzijde.

Als u de Microsoft Entra ID-gebruikerstoestemmingsInstellingen hebt geconfigureerd om **Niet Toestaan van gebruikerstoestemming**, of **Toestaan van gebruikerstoestemming voor apps van geverifieerde uitgevers, voor geselecteerde machtigingen**, dan moet de Zoom-webinstelling met de tekst *Toestemming verlenen voor Office 365 agenda-integratiemachtigingen namens het hele account* worden ingesteld op **Aan**.

![](/files/99ac9b363334a3759bdaa2513eb9785d65c6af58)

Als alternatief, als uw gebruikerstoestemmingsInstellingen zijn geconfigureerd om **Toestaan van gebruikerstoestemming voor apps**, zet u dan de instelling **Uit**.

![](/files/e47b63e384ff3780f4ffea395a5465673bdf9d9c)

### (Optioneel) Een aangepaste Microsoft Entra applicatie maken om te integreren met Microsoft (Office) 365

Voor volledige instructies voor het configureren van een aangepaste applicatie, zie het Zoom-ondersteuning-artikel [Zoom Rooms instellen met Office 365](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0063474).

{% hint style="info" %}
Deze Functie(s) moet worden [ingeschakeld door Zoom](https://support.zoom.com/hc/en/contact?id=contact_us).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://library.zoom.com/technical-library/nl/beheerdershoek/third-party-integrations/microsoft-365-calendaring-field-guide/before-you-begin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
