Utenti del cliente
Puoi rappresentare le persone sotto una determinata Client
con
users
.
Puoi implementare gli utenti client per gestire l'accesso individuale all'interfaccia utente di Authorized Buyers e per recuperare informazioni per le negoziazioni.
Un utente singolo è rappresentato da un
ClientUser
.
Un utente client può utilizzare solo le funzionalità a cui ha accesso Client
il suo genitore. Un
utente cliente che ha accettato il tuo invito può accedere all'UI
di Marketplace di Authorized Buyers dopo aver eseguito l'accesso all'Account Google collegato al proprio email
.
Non puoi modificare l'email
di un ClientUser
dopo la creazione. Se devi modificare un'email, ti consigliamo di rimuovere
e riaggiungere
il ClientUser
.
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2022-10-25 UTC.
[null,null,["Ultimo aggiornamento 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"]]