User

User Attributes

Describes information about the user.

Attributes:

KeyStabilityValue TypeDescriptionExample Values
user.emailDevelopmentstringUser email address.a.einstein@example.com
user.full_nameDevelopmentstringUser’s full nameAlbert Einstein
user.hashDevelopmentstringUnique user hash to correlate information for a user in anonymized form. [1]364fc68eaf4c8acec74a4e52d7d1feaa
user.idDevelopmentstringUnique identifier of the user.S-1-5-21-202424912787-2692429404-2351956786-1000
user.nameDevelopmentstringShort name or login/username of the user.a.einstein
user.rolesDevelopmentstring[]Array of user roles at the time of the event.["admin", "reporting_user"]

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