Send feedback
REST Resource: accounts.clients.invitations
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
A ClientUserInvitation is used to invite a new client user to access the Authorized Buyers UI.
Each ClientUserInvitation has a unique invitationId, the recipient's email address, and the clientAccountId they are associated with.
You can create, retrieve, and list client user invitations using the provided methods.
Resource: ClientUserInvitation
An invitation for a new client user to get access to the Authorized Buyers UI. All fields are required unless otherwise specified.
JSON representation
{
"invitationId" : string ,
"email" : string ,
"clientAccountId" : string
}
Fields
invitationId
string (int64 format)
The unique numerical ID of the invitation that is sent to the user. The value of this field is ignored in create operations.
email
string
The email address to which the invitation is sent. Email addresses should be unique among all client users under each sponsor buyer.
clientAccountId
string (int64 format)
Numerical account ID of the client buyer that the invited user is associated with. The value of this field is ignored in create operations.
Methods
Creates and sends out an email invitation to access an Ad Exchange client buyer account.
Retrieves an existing client user invitation.
Lists all the client users invitations for a client with a given account ID.
Send feedback
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.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],[]]