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