# On_currentUserProfileUrlChanged
Description
The notification received when the link to the user personal area has been changed
EventHandler<string> On_currentUserProfileUrlChanged
Response example
{
"method": "event",
"event": "currentUserProfileUrlChanged",
"url": "link"
}
Response Parameters
| Name | Description |
|---|---|
| url | The link to the user personal area |
See also