educationOnPremisesInfo resource type

Namespace: microsoft.graph

Additional information used to associate an on-premises Active Directory user account to their Microsoft Entra user object.

Properties

Property Type Description
immutableId String Unique identifier for the user object in Active Directory.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.educationOnPremisesInfo",
  "immutableId": "String"
}