2.2.5.5.5 UserStatus

The UserStatus type describes the user status.

   <xs:simpleType name="UserStatus">
     <xs:restriction base="xs:string">
       <xs:enumeration value="Disabled" />
       <xs:enumeration value="Enabled" />
       <xs:enumeration value="Error" />
     </xs:restriction>
   </xs:simpleType>

The following table describes the values for this type.

Value

Description

Disabled

It is disabled.

Enabled

It is enabled.

Error

User creation encountered an error.