이제 Google 클래스룸 부가기능이 일반적으로 개발자에게 제공됩니다. 자세한 내용은
부가기능 문서를 참고하세요.
REST Resource: courses.students
리소스: 학생
JSON 표현 |
{
"courseId": string,
"userId": string,
"profile": {
object (UserProfile )
},
"studentWorkFolder": {
object (DriveFolder )
}
} |
필드 |
courseId |
string
과정의 식별자입니다. 읽기 전용입니다.
|
userId |
string
사용자의 식별자입니다. 요청의 매개변수로 지정될 경우 이 식별자는 다음 중 하나일 수 있습니다.
- 사용자의 숫자 식별자입니다.
- 사용자의 이메일 주소
- 요청하는 사용자를 나타내는 문자열 리터럴
"me"
|
profile |
object (UserProfile )
학생의 전역 사용자 정보입니다. 읽기 전용입니다.
|
studentWorkFolder |
object (DriveFolder )
이 강의에서 이 학생의 과제물을 위한 Drive 폴더에 관한 정보입니다. 학생 및 도메인 관리자에게만 표시됩니다. 읽기 전용입니다.
|
메서드 |
|
사용자를 강의의 학생으로 추가합니다. |
|
강의의 학생을 삭제합니다. |
|
과정의 학생을 반환합니다. |
|
요청자가 볼 수 있는 이 과정의 학생 목록을 반환합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-02-27(UTC)
[null,null,["최종 업데이트: 2025-02-27(UTC)"],[[["The Student resource represents a student enrolled in a course and includes their user ID, course ID, profile information, and a dedicated work folder."],["Students can be added to, removed from, and retrieved from a course, and a list of students in a course can be obtained."],["A Student resource has fields like `courseId`, `userId`, `profile`, and `studentWorkFolder`, which contain details about the student and their association with the course."],["The API provides methods to manage students in courses, including creating, deleting, retrieving, and listing students."]]],[]]