次の方法で共有


UserInfo データ オブジェクト - Customer Management

ユーザーを識別する情報を含むユーザー識別オブジェクトを定義します。

構文

<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 という要素があります。

要素 説明 データ型
身分証明書 ユーザーのシステム生成識別子。 long
UserName ユーザーのログオン ユーザー名。 string

要件

サービス: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities

使用ページ

GetUsersInfo