# Is there a way to initialize Logrocket to update the user&#39;s name?

We initialize LogRocket before a user sign-in, so we do not know their name yet... It would be helpful if we can update their names after the fact.

##### Post Metadata
- Posted at: over 6 years ago
- Author title: Software Engineer
- Net upvotes: 2


## Comments
### Comment 1

Hi Clariz, this should be possible by calling LogRocket.identify (https://docs.logrocket.com/reference#identify) once the user signs in. Feel free to reach out via live chat or support@logrocket.com and we can help!

##### Comment Metadata
- Posted at: over 6 years ago
- Net upvotes: 1


### Comment 2

https://docs.logrocket.com/reference/identify

##### Comment Metadata
- Posted at: almost 4 years ago
- Author title: Solutions Architect



### Comment 3

Yes, you can do this:

    LogRocket.identify(username, {
      name,
      email: username,
    });

##### Comment Metadata
- Posted at: over 4 years ago
- Author title: Co-founder




## Related Product
[LogRocket](https://www.g2.com/products/logrocket/reviews)

## Related Category
[Session Replay](https://www.g2.com/categories/session-replay)

## Related discussions
- [How well does Trello scale into a larger team?](https://www.g2.com/discussions/1-how-well-does-trello-scale-into-a-larger-team)
  - Posted at: about 13 years ago
  - Comments: 6
- [Can we please add a new section](https://www.g2.com/discussions/2-can-we-please-add-a-new-section)
  - Posted at: about 13 years ago
  - Comments: 0
- [Quantifiable benefits from implementing your CRM](https://www.g2.com/discussions/quantifiable-benefits-from-implementing-your-crm)
  - Posted at: about 13 years ago
  - Comments: 4


