REST Resource: userProfiles.guardians

Resource: Guardian

Association between a student and a guardian of that student. The guardian may receive information about the student's course work.

JSON representation
{
  "studentId": string,
  "guardianId": string,
  "guardianProfile": {
    object (UserProfile)
  },
  "invitedEmailAddress": string
}
Fields
studentId

string

Identifier for the student to whom the guardian relationship applies.

guardianId

string

Identifier for the guardian.

guardianProfile

object (UserProfile)

User profile for the guardian.

invitedEmailAddress

string

The email address to which the initial guardian invitation was sent. This field is only visible to domain administrators.

Methods

delete

Deletes a guardian.

get

Returns a specific guardian.

list

Returns a list of guardians that the requesting user is permitted to view, restricted to those that match the request.