Open this page in the API Guide

AccountData.PasswordExpiryDate Property

Gets or sets an explicit date when the account's password expires.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "passwordExpiryDate", EmitDefaultValue = false)]
public DateTime? PasswordExpiryDate { get; set; }

Property Value

Type: Nullable<DateTime>
The date (UTC) when the password expires, or null if no explicit password expiry date should be used.
Remarks
If this property is set, it overrides any password expiry logic related to PasswordPolicyMaxAgeDays. However, this property is ignored if PasswordNeverExpires is true.
See Also