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.

Value Description
Active The user is active.
Deleted Reserved for internal use. The user was deleted.
Inactive Reserved for internal use. The user was disabled by the system.
Pending The user is a new user who has not been activated. The user is sent notification about how to activate the account. After the user activates the account, the status changes to Active.

This status is deprecated and is only applicable for managed user credentials, and not for Microsoft account (MSA) users.

Requirements

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

Used By

GetUsersInfo
User