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 ( | 
| Fields | |
|---|---|
| studentId | 
 Identifier for the student to whom the guardian relationship applies. | 
| guardianId | 
 Identifier for the guardian. | 
| guardianProfile | 
 User profile for the guardian. | 
| invitedEmailAddress | 
 The email address to which the initial guardian invitation was sent. This field is only visible to domain administrators. | 
| Methods | |
|---|---|
| 
 | Deletes a guardian. | 
| 
 | Returns a specific guardian. | 
| 
 | Returns a list of guardians that the requesting user is permitted to view, restricted to those that match the request. |