Creates a temporary login link for authentication to a specific account. The lifetime of this login link is 2 minutes.

Request Information

Headers

NameDescriptionTypeAdditional information
Authentication

Authentication token

string

Required

URI Parameters

NameDescriptionTypeAdditional information
accountid

Account id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

NameDescriptionTypeAdditional information
Data

string

None.

Success

boolean

None.

Messages

Collection of ErrorMessage

None.

Response Formats

application/json

Sample:
{
  "Data": "http://clients.domain.com/LogOnByToken.auth?token=7da12e26-e460-463d-b6a8-cea7c5addc79",
  "Success": true,
  "Messages": []
}