# On_currentUserDisplayNameChanged
Description
The notification indicating that the display name of the current user has been changed
EventHandler<string> On_currentUserDisplayNameChanged
Response example
{
"method" : "event",
"event" : "currentUserDisplayNameChanged",
"peerDn:" : "UserDn"
}
Response Parameters
| Name | Description |
|---|---|
| peerDn | The new display name of the current user |
See also