Autodesk Vault ProfessionalVault API

ChangeVaultAccountPassword Method

Autodesk.Connectivity.WebServicesAdminService

Changes the user's password. Now requires the old password to be specified.

Required Permissions

UserUpdate

Syntax

public void ChangeVaultAccountPassword(
   System.long userId,
   System.string oldpassword,
   System.string newpassword
)
Public Sub ChangeVaultAccountPassword( _
   ByVal userId As System.Long, _
   ByVal oldpassword As System.String, _
   ByVal newpassword As System.String _
) 

Parameters

NameDescription
userIdThe user Id.
oldpasswordThe current password for the user.
newpasswordThe new password for the user.

See Also