---
title: userInfo
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nsmigrationmanager/userinfo
---

# userInfo

The user info for the migration manager.

## Declaration

```swift
var userInfo: [AnyHashable : Any]? { get set }
```

## Discussion

Discussion You can use the user info dictionary to aid the customization of your migration process.

## See Also

### Customizing the Manager

- [usesStoreSpecificMigrationManager](coredata/nsmigrationmanager/usesstorespecificmigrationmanager.md)
