Autodesk Vault ProfessionalVault API

LinkActiveDirAccountToUser Method

Autodesk.Connectivity.WebServicesAdminService

Associates an active directory account with the user by userId.

Required Permissions

AdminUserUpdate

Syntax

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

Parameters

NameDescription
userIdThe ID of the user.
accountNameThe active directory account name.
accountEmailThe active directory account email.
isActiveThe account enabled/active parameter.

See Also