# getDisplayNameById

Description: Get a display name by a unique user identifier (TrueConf ID).

Request example:

{
    "method" : "getDisplayNameById",
    "requestId" : "1",
    "peerId" : "user1@some.server"
}

Response example:

{
    "peerDn" : "user2",
    "peerId" : "user2@some.server",
    "method" : "getDisplayNameById",
    "requestId" : "1",
    "result" : true
}

Parameter description:

  • peerId - unique user identifier (TrueConf ID). Applicability:

    • PeerId - supported. Inside the application, it is automatically converted to CallId and the command is then executed with it.

    • CallId - supported

    • InstanceId - supported. Inside the application, it is automatically converted to CallId and the command is executed with it.

  • peerDn — User display name being requested

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

See also: