Method: users.create
指定したデベロッパー アカウントにユーザーにアクセス権を付与します。
HTTP リクエスト
POST https://androidpublisher.googleapis.com/androidpublisher/v3/{parent=developers/*}/users
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
必須。ユーザーを追加するデベロッパー アカウント。形式: developers/{developer}
|
リクエスト本文
リクエストの本文には User
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には、新しく作成された User
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/androidpublisher
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 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."]]],[]]