Open this page in the API Guide

IAccountService.PromoteVirtualAccount Method

Promotes a virtual Windows or External account to a regular Windows or External 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 PromoteVirtualAccount(
	Guid accountId
)

Parameters

accountId
Type: System.Guid
The account ID.
Exceptions
ExceptionCondition
ArgumentExceptionaccountId is Empty.
InvalidOperationExceptionThe account with the specified ID is not a virtual account.
NotFoundExceptionAn account with the specified ID does was not found.
NoPrivilegeException

The caller does not have system administration privileges.

-or-

The account is associated with a tenant, and the caller does not have administration privileges for that tenant.

InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also