- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Lists all the client users invitations for a client with a given account ID.
HTTP request
GET https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/clients/{clientAccountId}/invitations
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
accountId |
Numerical account ID of the client's sponsor buyer. (required) |
clientAccountId |
Numerical account ID of the client buyer to list invitations for. (required) You must either specify a string representation of a numerical account identifier or the |
Query parameters
Parameters | |
---|---|
pageSize |
Requested page size. Server may return fewer clients than requested. If unspecified, server will pick an appropriate default. |
pageToken |
A token identifying a page of results the server should return. Typically, this is the value of |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation | |
---|---|
{
"invitations": [
{
object ( |
Fields | |
---|---|
invitations[] |
The returned list of client users. |
nextPageToken |
A token to retrieve the next page of results. Pass this value in the |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adexchange.buyer