educationPowerSchoolDataProvider resource

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.

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.

JSON representation

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