Autodesk Vault ProfessionalVault API

LinkActiveDirAccountToGroup Method

Autodesk.Connectivity.WebServicesAdminService

Associates an active directory account with the group by groupId.

Required Permissions

AdminUserUpdate

Syntax

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

Parameters

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

See Also