Client users
You can represent individuals under a given Client
with
users
.
You can implement client users to manage individual access to the
Authorized Buyers
UI,
and to retrieve information for negotiations.
An individual user is represented by a
ClientUser
.
A client user can only use features that their parent Client
has access to. A
client user who has accepted your invitation can access the Authorized Buyers
Marketplace UI while signed into the Google account connected to their email
.
You can't modify the email
of a ClientUser
after creation. If you
need to change an email, we recommend removing
and readding
the ClientUser
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 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"]]