Let’s imagine we have a user object that looks like this:
Copy
hyperuser.initialize({ userId: "test-id", // Unique identifier for the user, cannot be queried against apiKey: "<api_key>", user: { displayName: "Kishan Sripada", email: "kishan@umich.edu", languages: ["Javascript", "Python", "Java"], age: 25, income: 100_000, // you can literally put anything you want here }, });