Open this page in the API Guide

IAccountService.ConvertWindowsAccountToLocalAccount Method

Converts a Windows user/group account to the local user/group account.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
OperationResult ConvertWindowsAccountToLocalAccount(
	ConvertWindowsAccountOptions options
)

Parameters

options
Type: Dundas.BI.AccountServices.ConvertWindowsAccountOptions

Return Value

Type: OperationResult
Exceptions
ExceptionCondition
ArgumentExceptionoptions is null or options.accountId.accountId is Empty.
InvalidOperationExceptionThe specified account is not a Windows account.
NotSupportedExceptionThe accounts provider is not a Default accounts provider.
NotFoundExceptionAn account with the specified ID does was not found.
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
ValidationExceptionThe password is not valid.
See Also