users
Overview
Name | users |
Type | Resource |
Id | googleads.adexchangebuyer2.users |
Fields
Name | Datatype | Description |
---|---|---|
email | string | User's email address. The value of this field is ignored in an update operation. |
status | string | The status of the client user. |
userId | string | The unique numerical ID of the client user that has accepted an invitation. The value of this field is ignored in an update operation. |
clientAccountId | string | Numerical account ID of the client buyer with which the user is associated; the buyer must be a client of the current sponsor buyer. The value of this field is ignored in an update operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
accounts_clients_users_get | SELECT | accountId, clientAccountId, userId | Retrieves an existing client user. |
accounts_clients_users_list | SELECT | accountId, clientAccountId | Lists all the known client users for a specified sponsor buyer account ID. |
accounts_clients_users_update | EXEC | accountId, clientAccountId, userId | Updates an existing client user. Only the user status can be changed on update. |