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

元素 说明 数据类型
ID 用户的系统生成的标识符。 long
UserName 用户的登录用户名。 string

要求

服务: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities

使用者

GetUsersInfo