Open this page in the API Guide

IAccountService.ConvertWindowsAccountToExternalAccount Method

Converts a Windows user/group account to an external 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
void ConvertWindowsAccountToExternalAccount(
	Guid accountId
)

Parameters

accountId
Type: System.Guid
Exceptions
ExceptionCondition
ArgumentExceptionaccountId is Empty.
InvalidOperationExceptionThe specified account is not a Windows account.
NotSupportedExceptionThe accounts provider does not support modify operations.
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.
See Also