共用方式為


UserInfo 資料物件 - 客戶管理

定義使用者識別物件,其中包含識別用戶的資訊。

<xs:complexType name="UserInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Id" type="xs:long" />
    <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

元素

UserInfo 物件具有下列元素:IdUserName

元素 描述 資料類型
標識碼 系統產生的使用者識別碼。
UserName 使用者的登入用戶名稱。 string

需求

服務: CustomerManagementService.svc v13
命名空間: https://bingads.microsoft.com/Customer/v13/Entities

消費者

GetUsersInfo