How to Manage Microsoft Graph Presence?

This topic was automatically generated from Slack. You can find the original thread here.

How can I manage Microsoft Graph Presence

To manage Microsoft Graph Presence, you can use the Pipedream’s Microsoft Graph integration. First, search for “Microsoft Graph” in the Pipedream UI, and then look for the specific components related to Presence. For example, you can use the “Get User Presence” action to retrieve the presence information of a user. To use this action, follow these steps: 1. Add a new action step to your workflow. 2. Search for “Microsoft Graph” and select the “Get User Presence” action. 3. Provide the required inputs, such as the User ID. If you need more help or want to explore other Microsoft Graph components, visit the Pipedream Microsoft Graph integration page: https://pipedream.com/apps/microsoft-graph If you can’t find a specific component for your use case, you can always make API requests to Microsoft Graph using a code step and the axios package from @pipedream/platform. Make sure to authenticate your requests using the Microsoft Graph OAuth2 token.

How can I grant the Presence.ReadWrite permissions to the graph connector?