이제 Google 클래스룸 부가기능이 일반적으로 개발자에게 제공됩니다. 자세한 내용은
부가기능 문서를 참고하세요.
REST Resource: courses.teachers
리소스: 교사
JSON 표현 |
{
"courseId": string,
"userId": string,
"profile": {
object (UserProfile )
}
} |
필드 |
courseId |
string
과정의 식별자입니다. 읽기 전용입니다.
|
userId |
string
사용자의 식별자입니다. 요청의 매개변수로 지정될 경우 이 식별자는 다음 중 하나일 수 있습니다.
- 사용자의 숫자 식별자입니다.
- 사용자의 이메일 주소
- 요청하는 사용자를 나타내는 문자열 리터럴
"me"
|
profile |
object (UserProfile )
교사를 위한 전역 사용자 정보입니다. 읽기 전용입니다.
|
메서드 |
|
수업의 교사를 만듭니다. |
|
지정된 강의에서 지정된 교사를 삭제합니다. |
|
과정의 교사를 반환합니다. |
|
요청자가 볼 수 있는 이 과정의 교사 목록을 반환합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-02-27(UTC)
[null,null,["최종 업데이트: 2025-02-27(UTC)"],[[["The Teacher resource represents a teacher associated with a specific course and includes identifying information for both the course and the teacher."],["Teachers can be created, deleted, retrieved individually, or listed for a course using the provided methods."],["A Teacher resource includes a `profile` field that provides detailed information about the teacher, linked to the UserProfile resource."],["Teacher information is read-only, with unique identifiers for both the course (`courseId`) and the teacher (`userId`)."]]],[]]