Azure Intune
Connector for the azure-intune API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://management.azure.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getlocations— GET /providers/Microsoft.Intune/locations — Returns location for user tenant.getlocationbyhostname— GET /providers/Microsoft.Intune/locations/hostName — Returns location for given tenant.android_getappformampolicy— GET /providers/Microsoft.Intune/locations/{hostName}/AndroidPolicies/{policyName}/apps — Get apps for an AndroidMAMPolicy.android_getmampolicies— GET /providers/Microsoft.Intune/locations/{hostName}/androidPolicies — Returns Intune Android policies.android_getmampolicybyname— GET /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName} — Returns AndroidMAMPolicy with given name.android_getgroupsformampolicy— GET /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}/groups — Returns groups for a given AndroidMAMPolicy.
Inputs
apiKey— your azure-intune 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: getlocations
apiKey: <your key>