Skip to main content
Without identify, sessions still arrive, but nobody can tell whose they are. An investigation into “Priya cannot export her report” needs Priya’s session, and identify is how Hinto finds it.

When to call identify

Call identify wherever the signed-in user becomes known. Call it again after a user switch.
You can also identify by your own user id:

Optional fields

Since 0.3.0 you can pass optional fields that improve the customer record in the Hinto console:
When name is omitted, the customer record uses the identifier itself (for example the email address).

What happens without identify

Sessions arrive unattributed. Investigations cannot cite them as evidence for a specific customer. The SDK step in onboarding stays waiting until a session with a linked customer is received.