---
title: currentUserIdentifierDidChangeNotification
framework: tvservices
role: symbol
role_heading: Type Property
path: tvservices/tvusermanager/currentuseridentifierdidchangenotification
---

# currentUserIdentifierDidChangeNotification

The notification the system sends when a different user becomes current.

## Declaration

```swift
class let currentUserIdentifierDidChangeNotification: NSNotification.Name
```

## Discussion

Discussion The object of the notification is nil. The notification doesn’t add any keys to the userInfo dictionary.

## See Also

### Deprecated symbols

- [currentUserIdentifier](tvservices/tvusermanager/currentuseridentifier.md)
- [presentProfilePreferencePanel(currentSettings:availableProfiles:completion:)](tvservices/tvusermanager/presentprofilepreferencepanel(currentsettings:availableprofiles:completion:).md)
- [shouldStorePreferenceForCurrentUser(to:completion:)](tvservices/tvusermanager/shouldstorepreferenceforcurrentuser(to:completion:).md)
- [TVAppProfileDescriptor](tvservices/tvappprofiledescriptor.md)
- [TVUserIdentifier](tvservices/tvuseridentifier.md)
- [userIdentifiersForCurrentProfile](tvservices/tvusermanager/useridentifiersforcurrentprofile.md)
