educationPowerSchoolDataProvider resource type (deprecated)

Namespace: microsoft.graph

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.

Caution

The Education Synchronization Profile API is deprecated and will stop returning data on December 31, 2024. For information about how to migrate to the new Industry Data API, see Transition from School Data Sync (Classic).

Used to set up the school data synchronization profile when PowerSchool is used as the input source.

Derived from educationSynchronizationDataProvider.

Properties

Property Type Description
allowTeachersInMultipleSchools Boolean Indicates whether the source has multiple identifiers for a single student or teacher.
clientId String The client ID used to connect to PowerSchool.
clientSecret String The client secret to authenticate the connection to the PowerSchool instance.
connectionUrl String The connection URL to the PowerSchool instance.
schoolsIds String collection The list of schools to sync.
schoolYear String The school year to sync.
customizations educationSynchronizationCustomizations Optional customization to be applied to the synchronization profile.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "microsoft.graph.educationPowerSchoolDataProvider",
  "connectionUrl": "String",
  "clientId": "String",
  "clientSecret": "String",
  "schoolsIds": ["String"],
  "schoolYear": "String",
  "allowTeachersInMultipleSchools": "Boolean",
  "customizations": {
    "@odata.type": "microsoft.graph.educationSynchronizationCustomizations"
  }
}