Overview
Microsoft Teams integration for PADS4. Syncs room calendars, meeting data, and Teams presence information with PADS4 Workspace displays. Manages the OAuth connection to Microsoft 365.Authentication
All endpoints use the standard PADS4 session cookie. Obtain it once and reuse:Replacehttps://<your-server>with your PADS4 server address and<ServiceName>with the service path shown above.
Endpoint Reference
Request & Response Examples
GET /api/v1/teams/azure-ad-token
Request:
200 OK:
POST /api/v1/teams/azure-ad-token/store
Request:
200 OK:
DELETE /api/v1/teams/azure-ad-token/{azureAdTokenId}
Request:
200 OK:
GET /api/v1/teams/azure-ad-user
Request:
200 OK:
GET /api/v1/teams/azure-ad-user/{azureAdUserId}
Request:
200 OK:
DELETE /api/v1/teams/azure-ad-user/{azureAdUserId}
Request:
200 OK:
Additional endpoints follow the same patterns shown above. See the Swagger UI for full parameter schemas.

