# 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 learn more about it here.
See also: