UserLifeCycleStatus Value Set - Customer Management
Defines the possible status values of a user.
Syntax
<xs:simpleType name="UserLifeCycleStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="Pending" />
<xs:enumeration value="Active" />
<xs:enumeration value="Inactive" />
<xs:enumeration value="Deleted" />
</xs:restriction>
</xs:simpleType>
Values
The UserLifeCycleStatus value set has the following values: Active, Deleted, Inactive, Pending.
Requirements
Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13