getCurrentUserProfileUrl
Less than 1 minute
getCurrentUserProfileUrl
Description: get the link to the personal area of the current authorized user.
Example:
{
"method" : "getCurrentUserProfileUrl",
"requestId" : "1"
}Answer examples:
{
"method": "getCurrentUserProfileUrl",
"requestId" : "1",
"url": "link",
"result": true
}Parameter description:
url— the link to the user personal arearequestId- a unique request identifier. You can find more details about it here.
See also: