# 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
- unique request identifier. More details can be found here
See also: