Method: users.create
Belirtilen geliştirici hesabına bir kullanıcıya erişim izni verin.
HTTP isteği
POST https://androidpublisher.googleapis.com/androidpublisher/v3/{parent=developers/*}/users
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
parent |
string
Zorunlu. Kullanıcının ekleneceği geliştirici hesabı. Biçim: developers/{developer}
|
İstek içeriği
İstek metni, User
öğesinin bir örneğini içerir.
Yanıt gövdesi
Başarılı olursa yanıt gövdesi, yeni oluşturulan User
örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/androidpublisher
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-22 UTC.
[null,null,["Son güncelleme tarihi: 2024-08-22 UTC."],[[["Grants a user access to a specified developer account."],["Utilizes an HTTP POST request to `https://androidpublisher.googleapis.com/androidpublisher/v3/{parent=developers/*}/users`."],["Requires a request body containing the user details as defined in the `User` object."],["Needs authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."],["A successful response returns the newly created `User` object."]]],[]]