User
Interface representing user information.
Props
conversationList
conversationList: null | string[]
Array of UUIDs identifying conversations the user is actively participating in.
Only available to the current user and is not accessible to other users.
customData
customData: null | UnknownObject
Arbitrary open custom data such as description that can be assigned to the user, which accessible and visible to all users.
The data can be set via the Messenger.editUser method.
displayName
displayName: string
Display name of the user, which is specified during user creation via the Voximplant control panel or the Management API.
This name is available to all users.
imId
imId: number
IM user's ID—the unique ID used to identify users in events and reference in user-related methods.
isDeleted
isDeleted: boolean
Whether the user is deleted.
leaveConversationList
leaveConversationList: null | string[]
Array of UUIDs for conversations the user previously participated in but is no longer a member of.
Only accessible to the current user.
privateCustomData
privateCustomData: null | UnknownObject
Arbitrary private custom data such as description that can be assigned to the user, accessible and visible only to the current user.
userName
userName: string
Voximplant user identifier, for example: 'username@appname.accname'.