BeaconUser

constructor(email: String, name: String? = null, company: String? = null, jobTitle: String? = null, avatar: String? = null, attributes: Map<String, String>)

Parameters

email

Required. Valid email address for user identification.

name

Optional. The customer's name. 80 characters maximum.

company

Optional. The customer's company name. 60 characters maximum.

jobTitle

Optional. The customer's job title. 60 characters maximum.

avatar

Optional. The customer's avatar URL. Must be a valid URL. 200 characters maximum.

attributes

Map of custom user attributes.

Note: If any of the parameters exceeds the character limits, the value will not be saved.