客戶使用者
您可以使用 users
,代表特定 Client
下的個人。
您可以實作用戶端使用者來管理 Authorized Buyers UI 的個別存取權,以及擷取協商的資訊。
個別使用者會以 ClientUser
表示。
用戶端使用者只能使用上層 Client
可存取的功能。用戶端使用者已接受邀請後,只要登入與 email
連結的 Google 帳戶,即可存取 Authorized Buyers 市集 UI。
建立後即無法修改 ClientUser
的 email
。如要變更電子郵件,建議您移除及重新加入 ClientUser
。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2022-10-25 (世界標準時間)。
[null,null,["上次更新時間:2022-10-25 (世界標準時間)。"],[[["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"]]