An API that connects multiple Microsoft services, enabling data access and automation across platforms
Hi Ron Anavi,
Thanks for reaching out.
You need to acquire the token for the graph using Client id and client secret,
You can refer to following link in order to get steps to do the same.
https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-daemon-app-python-acquire-token
Here they are creating an app registration and providing the relevant permissions to the created app registrations and then token is being acquired using the client id and secret. The same token can be used in order to make the Graph calls
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".