이제 Google 클래스룸 부가기능이 일반적으로 개발자에게 제공됩니다. 자세한 내용은
부가기능 문서를 참고하세요.
Method: invitations.create
초대를 만듭니다. 사용자 및 강의당 한 번에 하나의 초대만 존재할 수 있습니다. 변경하려면 초대를 삭제한 후 다시 만드세요.
이 메서드는 다음 오류 코드를 반환합니다.
PERMISSION_DENIED
권한을 요청하는 사용자에게 이 강의에 대한 초대를 만들 수 없거나 액세스 오류가 있는 경우 초대를 만들 수 없습니다.
NOT_FOUND
: 과정 또는 사용자가 존재하지 않는 경우
FAILED_PRECONDITION
:
- 요청된 사용자 계정이 사용 중지된 경우
- 사용자에게 이미 이 역할 또는 더 높은 권한을 가진 역할이 있는 경우
- 요청 오류:
- 지정된 사용자 및 과정에 대한 초대가 이미 있는 경우
ALREADY_EXISTS
입니다.
HTTP 요청
POST https://classroom.googleapis.com/v1/invitations
URL은 gRPC 트랜스코딩 구문을 사용합니다.
요청 본문
요청 본문에는 Invitation
의 인스턴스가 포함됩니다.
응답 본문
성공한 경우 응답 본문에 새로 생성된 Invitation
의 인스턴스가 포함됩니다.
승인 범위
다음 OAuth 범위가 필요합니다.
https://www.googleapis.com/auth/classroom.rosters
자세한 내용은 승인 가이드를 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-04(UTC)
[null,null,["최종 업데이트: 2024-09-04(UTC)"],[[["Creates an invitation for a user to join a course, allowing only one active invitation per user and course at a time."],["Requires `https://www.googleapis.com/auth/classroom.rosters` authorization scope for successful execution."],["Returns an error if the user already has an invitation, the course or user doesn't exist, or the requesting user lacks permission."],["Uses an HTTP POST request to `https://classroom.googleapis.com/v1/invitations` with the invitation details in the request body."],["Upon successful creation, returns the newly created invitation details in the response body."]]],[]]