Google Classroom 外掛程式現已全面開放開發人員使用!詳情請參閱
外掛程式說明文件。
Method: invitations.create
建立邀請。每位使用者和課程一次可能只會有一則邀請。如要變更,請刪除並重新建立邀請。
這個方法會傳回下列錯誤代碼:
PERMISSION_DENIED
表示要求的使用者不能建立這門課程的邀請或存取錯誤。
NOT_FOUND
:課程或使用者不存在。
FAILED_PRECONDITION
:
- 要求的使用者的帳戶已停用。
- 前提是使用者已經擁有這個角色,或擁有較高權限的角色。
- 會顯示下列要求錯誤:
- 如果指定使用者和課程已有邀請,傳回
ALREADY_EXISTS
。
HTTP 要求
POST https://classroom.googleapis.com/v1/invitations
這個網址使用 gRPC 轉碼語法。
要求主體
要求主體包含 Invitation
的例項。
回應主體
如果成功,回應主體會包含新建立的 Invitation
例項。
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/classroom.rosters
詳情請參閱授權指南。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-04 (世界標準時間)。
[null,null,["上次更新時間:2024-09-04 (世界標準時間)。"],[[["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."]]],[]]