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 |
The unique numerical ID of the invitation that is sent to the user. The value of this field is ignored in create operations. |
email |
The email address to which the invitation is sent. Email addresses should be unique among all client users under each sponsor buyer. |
clientAccountId |
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. |