Additional features, settings, or issues not covered by specific Microsoft Teams categories
Hello @Devendra Hapase
The current Microsoft Learn page for Teams Rooms Pro Management Portal Incident Notification Webhook Integration no longer carries the Preview notice referenced in your question. Microsoft documents the webhook as an available integration mechanism for sending incident creation, update, and closure notifications to external systems.
The documented architecture is event-driven:
Teams Rooms Pro Management > Incident created/updated/closed > Incident Notification Webhook > Customer HTTPS endpoint > Monitoring / ITSM / Observability platform
This seems particularly relevant to your requirement because Microsoft explicitly says that for ITSM tools other than ServiceNow, or when you need more granular control over alerts, you should use the Incident Notification Webhook.
The current documentation also answers several of your original technical questions. The webhook supports configurable payloads, POST authentication, incident creation/update/closure notifications, delivery logging, failures, and retries. Administrators configure it from:
Teams Rooms Pro Management → Settings → Integrations → Create Incident Webhook.
One limitation worth noting is that the webhook is currently documented as available for Commercial and GCC, but not GCC-High, DoD, or the Teams Rooms Multitenant Management Portal.
Therefore, consider the Incident Notification Webhook the most directly documented Microsoft mechanism for pushing PMP incidents into an enterprise monitoring/observability platform without using the direct ServiceNow integration.
There is an important distinction, though: incident notification isn't the same as a general-purpose Teams Rooms Pro Management API.
I don't see Microsoft documenting the Incident Webhook as an API for arbitrarily querying all PMP inventory, device health, historical incidents, and operational telemetry. It's designed specifically for event-driven incident notifications. The Teams Rooms Pro Management portal itself remains the management and monitoring surface for device health, incidents, and room status.
Microsoft also distinguishes events from health incidents. Events are informational, while health signals represent current device conditions. Events can be elevated into an issue when a pattern warrants further investigation.
So for an enterprise integration, design around:
PMP Incident Webhook > proactive incident notifications
PMP Portal > device health/incident investigation/management
Existing enterprise monitoring platform > correlation, alerting, automation, and ITSM workflows
Don't assume that undocumented PMP endpoints are supported APIs for extracting inventory or health information. If Microsoft hasn't published an API contract for a particular PMP dataset, building production automation against internal portal endpoints would carry obvious compatibility and supportability risks.
Regarding your original question about the transition from Teams Admin Center device management, Microsoft now explicitly states that monitoring, managing, and updating Teams devices is moving to the Pro Management Portal, so PMP is clearly becoming the strategic management surface for Teams devices.
What I still don't see publicly documented is a specific roadmap for a broader GA PMP REST/Graph API exposing inventory, health, incidents, and telemetry, so I wouldn't speculate on a release date.
If you need Microsoft to confirm the support status or roadmap for a production deployment, I'd recommend opening a Teams Devices support request. Microsoft's updated support guidance explicitly supports issues involving the Teams Rooms Pro Management portal, and asks customers to provide incident numbers, timestamps, affected devices, active signals, and collected logs where applicable.
References:
Teams Rooms Pro Management Incident Notification Webhook Integration
Microsoft Teams Rooms Pro Management Portal
Manage devices in Microsoft Teams
Create a support request for Teams devices
Help make this community better for everyone: If this answer helped or resolved your issue, please accept it or upvote it. If not, share more details in a comment so we can continue the discussion and find the right solution. Thank you.