ownerId dersinde belirtilen kullanıcı, oluşturulan dersin sahibi ve öğretmen olarak eklendi. Yönetici olmayan bir kullanıcı, yalnızca kendisinin sahibi olan ders oluşturabilir. Alan yöneticileri, alanlarındaki herhangi bir kullanıcıya ait dersler oluşturabilir.
Bu yöntem aşağıdaki hata kodlarını döndürür:
PERMISSION_DENIED istekte bulunan kullanıcının ders oluşturmasına izin verilmiyorsa veya erişim hataları için.
Birincil öğretmen geçerli bir kullanıcı değilse NOT_FOUND.
Ders sahibinin hesabı devre dışı bırakıldıysa veya şu istek hataları varsa FAILED_PRECONDITION:
UserCannotOwnCourse
UserGroupsMembershipLimitReached
id içinde bir takma ad belirtildiyse ve zaten varsa ALREADY_EXISTS.
[[["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 a course with the specified owner and adds them as a teacher, with domain admins having broader creation privileges."],["Returns the newly created course details upon success but may yield errors related to permissions, user validity, or pre-existing data."],["Utilizes a POST request to `https://classroom.googleapis.com/v1/courses` with the course details provided in the request body."],["Requires the `https://www.googleapis.com/auth/classroom.courses` OAuth scope for authorization."]]],[]]