User

User Attributes

Describes information about the user.

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

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