User

User Attributes

Describes information about the user.

AttributeTypeDescriptionExamplesStability
user.emailstringUser email address.a.einstein@example.comDevelopment
user.full_namestringUser’s full nameAlbert EinsteinDevelopment
user.hashstringUnique user hash to correlate information for a user in anonymized form. [1]364fc68eaf4c8acec74a4e52d7d1feaaDevelopment
user.idstringUnique identifier of the user.S-1-5-21-202424912787-2692429404-2351956786-1000Development
user.namestringShort name or login/username of the user.a.einsteinDevelopment
user.rolesstring[]Array of user roles at the time of the event.["admin", "reporting_user"]Development

[1] user.hash: Useful if user.id or user.name contain confidential information and cannot be used.