relatedContact resource type

Namespace: microsoft.graph

Represents a contact record related to an educationUser that provides information for guardians, aides, doctors, and so on.

Properties

Property Type Description
accessConsent Boolean Indicates whether the user has been consented to access student data.
displayName String Name of the contact. Required.
emailAddress String Primary email address of the contact. Required.
mobilePhone String Mobile phone number of the contact.
relationship contactRelationship Relationship to the user. Possible values are: parent, relative, aide, doctor, guardian, child, other, unknownFutureValue.

JSON representation

The following is a JSON representation of the resource.

{
  "accessConsent": true,
  "displayName": "String",
  "emailAddress": "String",
  "mobilePhone": "String",
  "relationship": "String"
}