login

TrueConfAbout 1 min

login

Description: authenticate on the server. Admin

The result of the command execution will be sent in the notification login.

When authenticating with a directory service (e.g., MS AD), it is mandatory to set the parameter encryptPassword: false. This is necessary if the terminal is using LDAP mode on TrueConf Server.

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 - a unique user identifier (TrueConf ID).

  • password — Password

  • encryptPassword — Field showing it is necessary to encrypt the password.

  • requestId - a unique request identifier. You can find more details about it here.

See also: