Autodesk Vault ProfessionalVault API

SetCreateDomainUserOnLogin Method

Autodesk.Connectivity.WebServicesAdminService

Turns on or off the feature that allows domain users to be automatically created when a user first logs in.

Required Permissions

VaultOptionsSet

Syntax

public void SetCreateDomainUserOnLogin(
   System.bool flag
)
Public Sub SetCreateDomainUserOnLogin( _
   ByVal flag As System.Boolean _
) 

Parameters

NameDescription
flagSet to true to have the server automatically create domain users the first time they log in. Set to false to require that all user be created by an administrator.

See Also