# login
AdministratorDescription: authenticate on the server.
The result of the command execution will arrive in the notifications login.
When authorizing in a directory service (e.g., MS AD), it is mandatory to set the parameter encryptPassword: false. This is necessary if LDAP mode is used on the TrueConf Server where the terminal is authorized.
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: