customTitle | string | Custom title assigned to the user. | ✔️ |
id | number | Unique identifier for the user. | |
imageUrl | string | URL of the user's profile image. | ✔️ |
isGuest | boolean | Whether the user is a guest. | |
isOwner | boolean | Whether the user is the owner of the entity. | ✔️ |
name | string | Name of the user. | |
organisationName | string | Name of the user's organization. | ✔️ |
sdkClientInfo | SdkClientInfo | SDK client information for the user. | |
state | number | State of the user. | ✔️ |
updatedAt | number | Timestamp of the last update to the user. | ✔️ |
userUniqueId | string | Unique identifier for the user. | |
uuid | string | UUID of the user. | |
isDeleted | boolean | Whether the user is deleted. | ✔️ |