Condividi tramite


Oggetto dati UserInfo - Gestione clienti

Definisce un oggetto di identificazione utente che contiene informazioni che identificano un utente.

Sintassi

<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>

Elementi

L'oggetto UserInfo include gli elementi seguenti: Id, UserName.

Elemento Descrizione Tipo di dati
Id Identificatore generato dal sistema dell'utente. long
Nome utente Nome utente di accesso dell'utente. Stringa

Requisiti

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

Usato da

GetUsersInfo