ALM Site Administration API Type Library
SetUserExpirationDate Method
Description
Sets an expiration date for an ALM site user.
Syntax
Visual Basic
Public Function SetUserExpirationDate( _
   ByVal UserName As String, _
   ByVal ExpirationDate As String _
) As String
Parameters
UserName
The user name defined in the ALM database.
ExpirationDate

The last date the user is valid. Date format is yyyy-MM-dd.

If user does not expire, pass an empty string.

Return Type
Returns the user properties.
Remarks
On success, returns the user properties.
See Also