UserSetProfileEvent
UserSetProfileEvent =
object
Event payload emitted when a user updates any part of their profile (picture, description, banner, or status). Contains all current profile fields, not just the one that changed.
Properties
bannerAssetUri?
optionalbannerAssetUri:string
The asset URI of the user's profile banner image. Optional.
description?
optionaldescription:string
The user's profile description. Optional.
profilePictureAssetUri
profilePictureAssetUri:
string
The asset URI of the user's current profile picture.
userDefinedStatus?
optionaluserDefinedStatus:string
The user's custom status text. Optional.
userId
userId:
UserGuid
The unique identifier of the user whose profile changed.
username
username:
string
The user's current username.