Microsoft Graph
Connector for the microsoft-graph API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://graph.microsoft.com/v1.0 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
admin_admin_getadmin— GET /admin — Get adminadmin_getserviceannouncement— GET /admin/serviceAnnouncement — Get serviceAnnouncement from adminadmin_serviceannouncement_listhealthoverviews— GET /admin/serviceAnnouncement/healthOverviews — List healthOverviewsget_count_healthoverviews_51c2— GET /admin/serviceAnnouncement/healthOverviews/$count — Get the number of the resourceadmin_serviceannouncement_gethealthoverviews— GET /admin/serviceAnnouncement/healthOverviews/{serviceHealth-id} — Get healthOverviews from adminadmin_serviceannouncement_healthoverviews_listis— GET /admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues — Get issues from admin
Inputs
apiKey— your microsoft-graph API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: admin_admin_getadmin
apiKey: <your key>