# 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
| Name | Description |
|---|---|
| url | The link to the user personal area |
| requestId | A unique request identifier |
| result | A flag indicating whether the request was successful |
See also