Test Microsoft Graph Presence APIs using client credentials authentication
Required Permissions: Your app registration needs Presence.ReadWrite.All application permission for client credentials authentication.
🔒 Security: Non-sensitive data (Tenant ID, App ID, User ID) is stored in your browser's localStorage. The client secret is stored in sessionStorage and will be cleared when you close this tab.
Built with v0 AI - This entire project was generated using v0.
Open Source - Fork and modify this tool on GitHub:
https://github.com/sstoitsev/graph-presence-api-tester
Special thanks to Tom van Leijsen at AnywhereNow for sharing the original script and clarifying the logic on how Microsoft Graph Presence APIs work, which helped create this interactive testing tool.