Microsoft Graph
Microsoft Graph is Microsoft’s unified API for accessing Microsoft 365, Windows, and identity data such as users, mail, files, calendars, and Teams information.
- 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>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: admin_admin_getadmin, admin_getserviceannouncement, admin_serviceannouncement_listhealthoverviews, get_count_healthoverviews_51c2, admin_serviceannouncement_gethealthoverviews, admin_serviceannouncement_healthoverviews_listis |
serviceHealth-id |
string | no | — | Path parameter serviceHealth-id (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |