Skip to main content

UserProfile

UserProfile = object

A community member's profile as seen by the current user. Returned by rootClient.users.getUserProfile() and emitted by the user.profile.update event.

Properties

id

id: string

The member's user ID.


nickname

nickname: string

The member's display name in the community.


onlineStatus

onlineStatus: CommunityUserOnlineStatus

The member's computed online status. See CommunityUserOnlineStatus.


profilePictureUri?

optional profilePictureUri: string

The asset URI of the member's profile picture. Optional.