이제 Google 클래스룸 부가기능이 일반적으로 개발자에게 제공됩니다. 자세한 내용은
부가기능 문서를 참고하세요.
REST Resource: userProfiles.guardians
리소스: 보호자
학생과 보호자 간의 연결 보호자는 학생의 학습 과정에 대한 정보를 받을 수 있습니다.
JSON 표현 |
{
"studentId": string,
"guardianId": string,
"guardianProfile": {
object (UserProfile )
},
"invitedEmailAddress": string
} |
필드 |
studentId |
string
보호자 관계가 적용되는 학생의 식별자입니다.
|
guardianId |
string
보호자의 식별자입니다.
|
guardianProfile |
object (UserProfile )
보호자의 사용자 프로필입니다.
|
invitedEmailAddress |
string
최초 보호자 초대가 발송된 이메일 주소 이 입력란은 도메인 관리자에게만 표시됩니다.
|
메서드 |
|
보호자를 삭제합니다. |
|
특정 보호자를 반환합니다. |
|
요청한 사용자에게 보기가 허용된 보호자 목록(요청과 일치하는 보호자로 제한)을 반환합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-02-27(UTC)
[null,null,["최종 업데이트: 2025-02-27(UTC)"],[[["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."]]],[]]