Open this page in the API Guide

AccountRegistrationController.SubmitLocalRegistrationRequest Method

Submits the local user account registration request.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[ProducesResponseTypeAttribute(405)]
[HttpPostAttribute]
public ActionResult<bool> SubmitLocalRegistrationRequest(
	[FromBodyAttribute] AccountRegistrationRequestOptions options
)

Parameters

options
Type: Dundas.BI.WebApi.Models.AccountRegistrationRequestOptions
The options for the local registration request.

Return Value

Type: ActionResult<Boolean>
A Boolean indicating whether the registration was automatically approved or not.
See Also