Autodesk Vault ProfessionalVault API

LinkAutodeskAccountToUser Method

Autodesk.Connectivity.WebServicesAdminService

Associates an Autodesk account with the user by userID

Required Permissions

AdminUserUpdate

Syntax

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

Parameters

NameDescription
userIdThe ID of the user.
accountEmailThe Autodesk account email.
isActiveThe account enabled/active parameter.

See Also