Autodesk Vault ProfessionalVault API

LinkVaultAccountToUser Method

Autodesk.Connectivity.WebServicesAdminService

Associates a Vault account and password with the user by userId. Can be used to reset Vault account password for the user.

Required Permissions

AdminUserUpdate

Syntax

public void LinkVaultAccountToUser(
   System.long userId,
   System.string accountName,
   System.string password,
   System.bool isActive
)
Public Sub LinkVaultAccountToUser( _
   ByVal userId As System.Long, _
   ByVal accountName As System.String, _
   ByVal password As System.String, _
   ByVal isActive As System.Boolean _
) 

Parameters

NameDescription
userIdThe ID of the user.
accountNameThe Vault account name.
passwordThe Vault account initial password
isActiveThe account enabled/active parameter.

See Also