ผู้ใช้ไคลเอ็นต์
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
คุณเป็นตัวแทนของบุคคลธรรมดาภายใต้ Client
ที่ระบุได้ด้วย
users
คุณสามารถใช้ผู้ใช้ของลูกค้าเพื่อจัดการสิทธิ์เข้าถึง
UI ของ Authorized Buyers เป็นรายบุคคล และดึงข้อมูลสําหรับการเจรจาต่อรองได้
ผู้ใช้แต่ละรายจะเป็นตัวแทนโดย ClientUser
ผู้ใช้ไคลเอ็นต์จะใช้ฟีเจอร์ที่ Client
ของผู้ปกครองมีสิทธิ์เข้าถึงได้เท่านั้น ผู้ใช้ไคลเอ็นต์ที่ยอมรับคําเชิญของคุณจะเข้าถึง UI ของ Authorized Buyers Marketplace ได้ขณะลงชื่อเข้าใช้บัญชี Google ที่เชื่อมต่อกับ email
คุณแก้ไข email
ของ ClientUser
ไม่ได้หลังจากการสร้าง หากต้องการเปลี่ยนอีเมล เราขอแนะนําให้นําออกและเพิ่มใหม่ClientUser
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eAuthorized Buyers client users allow you to manage individual access to the Authorized Buyers UI and negotiation information.\u003c/p\u003e\n"],["\u003cp\u003eClient users inherit the access permissions of their parent client and can access the UI using their linked Google account.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003eClientUser\u003c/code\u003e's email address cannot be changed after creation; to update it, you must remove and re-add the user.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the \u003ccode\u003eusers\u003c/code\u003e resource to represent individuals under a given client.\u003c/p\u003e\n"]]],["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"],null,["# Client users\n\nYou can represent individuals under a given `Client` with\n[`users`](/authorized-buyers/apis/marketplace/reference/rest/v1/buyers.clients.users).\n\nYou can implement client users to manage individual access to the\n[Authorized Buyers\nUI](//realtimebidding.google.com/#MARKETPLACE/MarketplaceDiscoveryPlace:marketplaceDiscovery),\nand to retrieve information for negotiations.\n\nAn individual user is represented by a\n[`ClientUser`](/authorized-buyers/apis/marketplace/reference/rest/v1/buyers.clients.users#resource:-clientuser).\n\nA client user can only use features that their parent `Client` has access to. A\nclient user who has accepted your invitation can access the Authorized Buyers\nMarketplace UI while signed into the Google account connected to their `email`.\n\nYou can't modify the `email` of a `ClientUser` after creation. If you\nneed to change an email, we recommend [removing](/authorized-buyers/apis/guides/marketplace/manage-client-users#delete)\nand [readding](/authorized-buyers/apis/guides/marketplace/manage-client-users#create)\nthe `ClientUser`."]]