AccountRegistrationControllerSubmitLocalRegistrationRequest Method

POST /AccountRegistration/ 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 (10.0.0.1002)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("Index")]
public IActionResult SubmitLocalRegistrationRequest(
	[FromBodyAttribute] AccountRegistrationRequestOptions options
)

Parameters

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

Return Value

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