UserInfo Data Object - Customer Management
Defines a user identification object that contains information that identifies a user.
Syntax
<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>
Elements
The UserInfo object has the following elements: Id, UserName.
Element | Description | Data Type |
---|---|---|
Id | The system-generated identifier of the user. | long |
UserName | The logon user name of the user. | string |
Requirements
Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities