Table of Contents
/Account/PrepareRemoteQuickLogin
Allows the client to prepare a remote Neuron for a quick login attempt made by the client, currently logged in via the Agent API.
Note: This request must be made to Neuron to which the client is connected.
JSON
- Request
{ }- Response (if successful)
{ "legalId": Required(Str(PLegalId)) }
XML
- Request
<PrepareRemoteQuickLogin xmlns="https://waher.se/Schema/BrokerAgent.xsd" />- Response (if successful)
<PrepareRemoteQuickLoginResponse xmlns="https://waher.se/Schema/BrokerAgent.xsd" legalId=(Required(Str(PLegalId))) />
Input Parameters
There are no input parameters in this request.
Response Parameters
| Parameter | Description |
|---|---|
PLegalId |
A Legal ID associated with the user. This ID needs to be included in the request to /Account/RemoteQuickLogin. |
Javascript Library
Use the following asynchronous method in the Javascript Library, to call this resource.
var Response = await AgentAPI.Account.PrepareRemoteQuickLogin();