# login
AdministratorDescription: log in to the server.
The command execution result will come in the notification 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
- unique request identifier. More details can be found here
See also: