getCurrentUserProfileUrl

TrueConf7/5/26Less than 1 minute

getCurrentUserProfileUrl

Description

Get the link to the personal area of the current authorized user

void getCurrentUserProfileUrl()

Response example

{
    "method": "getCurrentUserProfileUrl",
    "requestId" : "1",
    "url": "link",
    "result": true
}

Response Parameters

NameDescription
urlThe link to the user personal area
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: