クライアント ユーザー
users
を使用して、特定の Client
に含まれる個人を表すことができます。
クライアント ユーザーを実装すると、認定バイヤーの UI への個別のアクセスを管理し、交渉のための情報を取得できるようになります。
個々のユーザーは ClientUser
で表されます。
クライアント ユーザーは、親 Client
がアクセスできる機能のみを使用できます。招待を承諾したクライアント ユーザーは、email
に接続されている Google アカウントにログインした状態で、認定バイヤーの Marketplace UI にアクセスできます。
ClientUser
の email
は作成後に変更できません。メールアドレスを変更する必要がある場合は、ClientUser
を削除して追加することをおすすめします。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-10-25 UTC。
[null,null,["最終更新日 2022-10-25 UTC。"],[[["Authorized Buyers client users allow you to manage individual access to the Authorized Buyers UI and negotiation information."],["Client users inherit the access permissions of their parent client and can access the UI using their linked Google account."],["A `ClientUser`'s email address cannot be changed after creation; to update it, you must remove and re-add the user."],["You can use the `users` resource to represent individuals under a given client."]]],["Client users manage individual access to the Authorized Buyers UI and negotiation data. Each user, represented by a `ClientUser`, is linked to a `Client` and inherits its access privileges. Users access the UI via their associated email address upon accepting an invitation. Email addresses cannot be modified post-creation; instead, users must be removed and recreated for email changes. The `users` endpoint provides access to managing client users.\n"]]