AuthenticateAccount

GET /?Action=AuthenticateAccount
Description

Authenticates an account using the provided login information.

Body parameter

Required: false
Name: AuthenticateAccountRequest

Name Description Required Schema Default Example

Login

The email address or personal identifier (Pid) for the account.

true

string

Password

The password for the account.

true

string

Responses
HTTP Code 200
HTTP Code Description Schema

200

AuthenticateAccountResponse

Response 200

Response 200

Name Description Required Schema Default Example

return

If true, the login information is validated. Otherwise, you receive an error.

false

boolean