Https- Graph.microsoft.com V1.0 Applications Apr 2026

Have you hit any weird edge cases with /applications ? Found an undocumented field? Let me know—I'm collecting them for a follow-up post.

| Entity | Endpoint | Tenant scope | Analogy | |--------|----------|--------------|---------| | Application | /v1.0/applications | Home tenant only | Blueprint | | Service Principal | /v1.0/servicePrincipals | One per tenant | Built house | https- graph.microsoft.com v1.0 applications

Query for apps with unused delegated permissions: Have you hit any weird edge cases with /applications

After creation, you need to create a service principal for that app to appear in "Enterprise applications": | Entity | Endpoint | Tenant scope |

This reduces throttling risk and improves predictability. The /v1.0 endpoint is stable and production-safe. But missing features:

If you manage identity in Microsoft 365, you’ve probably spent countless hours in the Azure AD portal clicking through "App registrations." But behind every click is a REST API call.

| Feature | /v1.0 | /beta | |---------|---------|---------| | Federated identity credentials (workload identity federation) | ❌ | ✅ | | App role assignment conditions | ❌ | ✅ | | serviceManagementReference | ❌ | ✅ | | uniqueName (human-readable app identifier) | ❌ | ✅ |