User Identification

Link feedback to specific users.

Identifying users

Call uj.identify after the user logs in:

1window.uj.identify({
2 id: "USER_UNIQUE_ID",
3 email: "user@example.com",
4 firstName: "John",
5 lastName: "Doe",
6 avatar: "https://example.com/avatar.jpg"
7});

Only id is required. All other fields are optional but recommended.

Benefits

Identifying users enables:

  • Personalized experience — Pre-fill forms and show their submission history
  • Better tracking — Link feedback to specific user accounts
  • Communication — Notify users when their feedback is addressed
  • Analytics — Understand feedback patterns by user segment