# login
AdministratorDescription: authenticate on the server.
The result of the command execution will arrive in the notifications login.
Request example:
{
"method" : "login",
"requestId" : "1",
"login" : "user1@some.server",
"password" : "123456",
"encryptPassword" : false
}
Response example:
{
"method" : "login",
"requestId" : "1",
"result" : true
}
Parameter description:
login
— TrueConf ID, unique user identifier.password
— PasswordencryptPassword
— Field showing it is necessary to encrypt the password.requestId
- a unique request identifier. You can learn more about it here.
See also: