Google Classroom 外掛程式現已全面開放開發人員使用!詳情請參閱
外掛程式說明文件。
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
最初收到監護人邀請的電子郵件地址。只有網域管理員才能查看這個欄位。
|
方法 |
|
刪除監護人。 |
|
傳回特定監護人。 |
|
傳回允許提出要求的使用者查看的監護人清單,僅限符合要求的使用者檢視。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-02-27 (世界標準時間)。
[null,null,["上次更新時間:2025-02-27 (世界標準時間)。"],[[["The Guardian resource represents the association between a student and their guardian, allowing the guardian to receive information about the student's coursework."],["A Guardian is identified by `studentId` and `guardianId`, with additional information such as `guardianProfile` and `invitedEmailAddress`."],["You can manage guardians using methods like `delete`, `get`, and `list` to remove, retrieve, or list guardians based on permissions."]]],[]]