共用方式為


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

元素 說明 資料類型
識別碼 系統產生的使用者識別碼。
使用者 使用者的登入使用者名稱。 string

需求

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

消費者

GetUsersInfo