REST Resource: userProfiles.guardians

資源:Guardian

學生與學生監護人之間的關聯。監護人可能會收到學生的課程作業資訊,

JSON 表示法
{
  "studentId": string,
  "guardianId": string,
  "guardianProfile": {
    object (UserProfile)
  },
  "invitedEmailAddress": string
}
欄位
studentId

string

要套用監護人關係的學生 ID。

guardianId

string

監護人的 ID。

guardianProfile

object (UserProfile)

監護人的使用者個人資料。

invitedEmailAddress

string

最初收到監護人邀請的電子郵件地址。只有網域管理員才看得到這個欄位。

方法

delete

刪除監護人。

get

傳回特定監護人。

list

傳回提出要求的使用者可檢視的監護人清單,僅限符合要求的使用者查看。