On_currentUserProfileUrlChanged
7/5/26Less than 1 minute
On_currentUserProfileUrlChanged
Description
The notification received when the link to the user personal area has been changed
EventHandler<string> On_currentUserProfileUrlChangedResponse example
{
"method": "event",
"event": "currentUserProfileUrlChanged",
"url": "link"
}Response Parameters
| Name | Description |
|---|---|
| url | The link to the user personal area |
See also