identify

fun identify(identifier: String, attributes: Map<String, Any?> = emptyMap())

Assert external user identity.

Parameters

identifier

external user identifier (email, phone, loyalty ID). MUST be non-empty.

attributes

optional profileData blob attached to the userLogin event payload. Backend strips this from the event before forwarding downstream (eventProcessing.ts:140 handleLoginEvent).