Użytkownicy klienta
Możesz reprezentować osoby poniżej określonego Client
w users
.
Możesz umożliwić użytkownikom klienta zarządzanie indywidualnym dostępem do interfejsu Authorized Buyers oraz pobieranie informacji do negocjacji.
Każdy użytkownik jest reprezentowany przez ClientUser
.
Użytkownik klienta może używać tylko funkcji, do których jego rodzic Client
ma dostęp. Użytkownik klienta, który zaakceptował Twoje zaproszenie, może otworzyć interfejs Rynku w Authorized Buyers po zalogowaniu się na konto Google połączone z kontem email
.
Po utworzeniu email
modułu ClientUser
nie można go modyfikować. Jeśli chcesz zmienić e-maila, zalecamy usunięcie i ponowne dodanie elementu ClientUser
.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2022-10-25 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]