[[["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."],[[["\u003cp\u003eClientUserInvitation is a resource that allows authorized buyers to send email invitations to grant new users access to their Ad Exchange client buyer accounts.\u003c/p\u003e\n"],["\u003cp\u003eThese invitations contain essential information such as a unique invitation ID, the recipient's email address, and the associated client account ID.\u003c/p\u003e\n"],["\u003cp\u003eThe API provides methods to create, retrieve, and list client user invitations, facilitating user management within the authorized buyer system.\u003c/p\u003e\n"],["\u003cp\u003eAll fields within the ClientUserInvitation resource are mandatory unless specified as optional.\u003c/p\u003e\n"]]],[],null,["# REST Resource: accounts.clients.invitations\n\n- [Resource: ClientUserInvitation](#ClientUserInvitation)\n - [JSON representation](#ClientUserInvitation.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ClientUserInvitation\n------------------------------\n\nAn invitation for a new client user to get access to the Authorized Buyers UI. All fields are required unless otherwise specified.\n\n| JSON representation ||\n|--------------------------------------------------------------------------------|---|\n| ``` { \"invitationId\": string, \"email\": string, \"clientAccountId\": string } ``` |\n\n| Fields ||\n|-------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `invitationId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The unique numerical ID of the invitation that is sent to the user. The value of this field is ignored in create operations. |\n| `email` | `string` The email address to which the invitation is sent. Email addresses should be unique among all client users under each sponsor buyer. |\n| `clientAccountId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` 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. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|\n| ### [create](/authorized-buyers/apis/reference/rest/v2beta1/accounts.clients.invitations/create) | Creates and sends out an email invitation to access an Ad Exchange client buyer account. |\n| ### [get](/authorized-buyers/apis/reference/rest/v2beta1/accounts.clients.invitations/get) | Retrieves an existing client user invitation. |\n| ### [list](/authorized-buyers/apis/reference/rest/v2beta1/accounts.clients.invitations/list) | Lists all the client users invitations for a client with a given account ID. |"]]