Davetiye oluşturur. Bir kullanıcı ve ders için aynı anda yalnızca bir davetiye olabilir. Değişiklik yapmak için bir davetiyeyi silip yeniden oluşturun.
Bu yöntem aşağıdaki hata kodlarını döndürür:
İstekte bulunan kullanıcının bu ders için davetiye oluşturmasına izin verilmiyorsa veya erişim hataları varsa PERMISSION_DENIED.
Ders veya kullanıcı mevcut değilse NOT_FOUND.
FAILED_PRECONDITION:
devre dışı bırakılmışsa.
Kullanıcı zaten bu role veya daha fazla izne sahip bir role sahipse.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]