```js const userInfo = { attributes: { hobbies: ['cooking', 'knitting'] } }; await Notifications.Push.identifyUser(userId, userInfo); ```