identify

fun identify(userId: String, properties: Map<String, Any>? = null)

Identify the user and determine if they should see Appcues content.

To authenticate requests for this user, provide the Base64 encoded signature for this user as a String value for key "appcues:user_id_signature", in the properties provided.

Parameters

userId

Unique value identifying the user.

properties

Optional properties that provide additional context about the user.