Rate this page:

User

Props

conversationList

Copy URL
conversationList: 

string[]

Array of UUIDs for the conversations the user currently belongs to. Only available if user queries information about himself.

customData

Copy URL
customData: 

object

JavaScript object with public custom data, available to all users

displayName

Copy URL
displayName: 

string

User's display name which is specified during user creation. The display name is available to all users.

imId

Copy URL
imId: 

number

IM unique id that is used to identify users in events and specify in user-related methods

isDeleted

Copy URL
isDeleted: 

boolean

Check if the user is deleted or not

leaveConversationList

Copy URL
leaveConversationList: 

String[]

Array of UUIDs for uber conversations that user was joined, but currently is not participating in.

name

Copy URL
name: 

string

Voximplant user identifier, for example 'username@appname.accname'

notifications

Copy URL
notifications: 

object

Array of messenger notifications that current user is subscribed to.

privateCustomData

Copy URL
privateCustomData: 

object

JavaScript object with private custom data, available only to the user himself