| id | number | Unique identifier of the member. | ❌ |
| userUniqueId | string | Unique user identifier. | ❌ |
| name | string | Name of the member. | ❌ |
| imageUrl | string | URL of the member's profile image. | ✅ |
| state | number | Current state of the member. | ✅ |
| isGuest | boolean | Indicates if the member is a guest. | ❌ |
| customIntroText | string | Custom introduction text for the member. | ✅ |
| customClickText | string | Custom clickable text for the member. | ✅ |
| memberSince | string | Date when the member joined. | ✅ |
| communityName | string | Name of the community the member belongs to. | ✅ |
| isOwner | boolean | Indicates if the member is the owner. | ❌ |
| customTitle | string | Custom title assigned to the member. | ✅ |
| menu | MemberAction[] | List of available actions for the member. | ✅ |
| communityId | number | Community ID associated with the member. | ✅ |
| chatroomId | number | Chatroom ID associated with the member. | ✅ |
| route | string | Route associated with the member's profile. | ✅ |
| attendingStatus | boolean | Indicates if the member is attending an event. | ✅ |
| hasProfileImage | boolean | Indicates if the member has a profile image. | ❌ |
| updatedAt | number | Timestamp of the last update. | ✅ |
| sdkClientInfo | SDKClientInfo | Client information related to the SDK. | ✅ |
| uuid | string | Universally unique identifier for the member. | ❌ |
| roles | MemberAction[] | List of roles assigned to the member. | ✅ |