customTitle | string | Custom title for the user (e.g., a special designation within a community). | |
id | number | Unique identifier for the user. | |
imageUrl | string | URL of the user's profile image. | |
isGuest | boolean | Indicates if the user is a guest (not fully registered). | |
isOwner | boolean | Indicates if the user is the owner (of a community or content). | ✔️ |
name | string | Display name of the user. | |
organisationName | string | Name of the organization the user is associated with, if applicable. | ✔️ |
sdkClientInfo | SdkClientInfo | SDK client information for the user. | |
state | number | Current state or status of the user (e.g., active, inactive). | ✔️ |
updatedAt | number | Timestamp for when the user's information was last updated. | ✔️ |
userUniqueId | string | Unique identifier for the user across platforms. | |
uuid | string | Universally unique identifier (UUID) for the user. | |
isDeleted | boolean | Indicates if the user account has been deleted. | ✔️ |