educationIdentityCreationConfiguration resource type

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Defines the settings on creation of school data profile identities. These identities include students and teachers. Based on these settings, the users will be created in the directory.

Warning

If you have directory sync turned on to sync between on-premises Active Directory and Microsoft Entra ID, use the educationIdentityMatchingConfiguration resource instead.

Derived from educationIdentitySynchronizationConfiguration.

Properties

Property Type Description
userDomains educationIdentityDomain collection Sets the list of domains to use per user type.

JSON representation

{
  "@odata.type": "microsoft.graph.educationIdentityCreationConfiguration",
  "userDomains": [
    {
      "@odata.type": "microsoft.graph.educationIdentityDomain"
    }
  ]
}