Open this page in the API Guide

AccountController.ConvertWindowsAccountToLocalAccount Method

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

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPostAttribute("ConvertWindowsAccountToLocalAccount")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(405)]
[ProducesResponseTypeAttribute(440)]
public ActionResult ConvertWindowsAccountToLocalAccount(
	[FromBodyAttribute] ConvertWindowsAccountOptionsData options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.Models.ConvertWindowsAccountOptionsData
An object that carries all needed information about the accounts that need to be converted.
sessionId (Optional)
Type: System.Nullable<Guid>
Current session ID.

Return Value

Type: ActionResult
See Also