Google 课堂插件现已面向开发者正式推出!如需了解详情,请参阅
插件文档。
REST Resource: userProfiles.guardians
- 资源:监护人
<ph type="x-smartling-placeholder">
- 方法
资源:监护人
学生与其监护人之间的关联。监护人可能会收到有关学生课程作业的信息。
JSON 表示法 |
{
"studentId": string,
"guardianId": string,
"guardianProfile": {
object (UserProfile )
},
"invitedEmailAddress": string
} |
字段 |
studentId |
string
监护人关系适用的学生的标识符。
|
guardianId |
string
监护人的标识符。
|
guardianProfile |
object (UserProfile )
监护人的用户个人资料。
|
invitedEmailAddress |
string
第一个监护人邀请发送到的电子邮件地址。此字段仅对网域管理员显示。
|
方法 |
|
删除监护人。 |
|
返回特定监护人。 |
|
返回发出请求的用户可以查看的监护人的列表,仅限与请求相匹配的监护人。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-02-27。
[null,null,["最后更新时间 (UTC):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."]]],[]]