Skip to main content

Entra ID (Microsoft Graph)

Azure REST API reference

This page tracks which Microsoft Entra ID (Azure AD) operations are implemented in Topaz via the Microsoft Graph-compatible endpoint.

Legend

SymbolMeaning
Implemented
Not implemented

Authentication

OperationStatusNotes
Token (OAuth2)POST /{tenantId}/oauth2/v2.0/token — client credentials and device code grant types
AuthorizeGET /{tenantId}/oauth2/v2.0/authorize
Device CodePOST /{tenantId}/oauth2/v2.0/devicecode
Device LoginInteractive device login page
OIDC DiscoveryGET /{tenantId}/.well-known/openid-configuration

Users

REST reference

OperationStatusNotes
CreatePOST /v1.0/users
GetGET /v1.0/users/{id}
ListGET /v1.0/users
UpdatePATCH /v1.0/users/{id}
DeleteDELETE /v1.0/users/{id}
MeGET /v1.0/me

Groups

REST reference

OperationStatusNotes
CreatePOST /v1.0/groups
GetGET /v1.0/groups/{id}
ListGET /v1.0/groups
UpdatePATCH /v1.0/groups/{id}
DeleteDELETE /v1.0/groups/{id}
List MembersGET /v1.0/groups/{id}/members
List Member OfGET /v1.0/groups/{id}/memberOf
List OwnersGET /v1.0/groups/{id}/owners

Applications

REST reference

OperationStatusNotes
CreatePOST /v1.0/applications
GetGET /v1.0/applications/{id}
ListGET /v1.0/applications
UpdatePATCH /v1.0/applications/{id}
DeleteDELETE /v1.0/applications/{id}
Add PasswordPOST /v1.0/applications/{id}/addPassword
List OwnersGET /v1.0/applications/{id}/owners
Remove OwnerDELETE /v1.0/applications/{id}/owners/{ownerId}/$ref

Service Principals

REST reference

OperationStatusNotes
CreatePOST /v1.0/servicePrincipals
GetGET /v1.0/servicePrincipals/{id}
ListGET /v1.0/servicePrincipals
UpdatePATCH /v1.0/servicePrincipals/{id}
DeleteDELETE /v1.0/servicePrincipals/{id}
List OwnersGET /v1.0/servicePrincipals/{id}/owners
Remove OwnerDELETE /v1.0/servicePrincipals/{id}/owners/{ownerId}/$ref

Directory

OperationStatusNotes
Get DirectoryGET /v1.0/directory

Tenant Relationships

OperationStatusNotes
Find Tenant Information By Tenant IdGET /v1.0/tenantRelationships/findTenantInformationByTenantId
Star on GitHub