Autodesk Vault ProfessionalVault API

GetCreateDomainUserOnLogin Method

Autodesk.Connectivity.WebServicesAdminService

Tells if the server is set up to automatically create domain users when they attempt to log in for the first time.

Required Permissions

VaultOptionsGet

Syntax

public System.bool GetCreateDomainUserOnLogin()
Public Function GetCreateDomainUserOnLogin() As System.Boolean

Return Value

If true, then the server will automatically create a domain user the first time they attempt to log in. If false, domain users must be created by and administrator before logging in is possible.

See Also