This article lists all of the objects and fields related to community setup in the communities data lake.
team_admin_seat_invited (fact)
This object table contains a list of fields related to when a new user gets an invitation email to become community manager, community moderator or community admin.
Field Name | Field Type | Field Description |
---|---|---|
community_id | string | Contains the community ID where the activity was executed |
correlation_id | string | Refers to a unique identifier used to correlate and track related actions within the community platform, used for debugging or monitoring purposes |
occurred_at | string | Refers to the timestamp indicating the precise moment when the activity took place |
executed_by | string | Identifies the person who executed the activity (zero, if system event) |
community_title | string | Represents the name of the community |
invite_url | string | Contains the link that the invitee can use to accept the invitation and join the community |
invitee_email | string | Refers to the email address of the user who has been invited to join the community |
inviter_email | string | Specifies the email address of the user who sent the invitation |
inviter_user_name | string | Contains the name of the user who sent the invitation |
role_name | string | Indicates the specific role or position that the invited user will assume within the community upon acceptance of the invite |
user_id | string | Refers to the unique identifier of the person that identifies the user platform-wide |
team_admin_seat_promoted (fact)
This object table contains a list of fields related to when user main role is upgrated to a role with access to the community Control.
Field Name | Field Type | Field Description |
---|---|---|
community_id | string | Contains the community ID where the activity was executed |
correlation_id | string | Refers to a unique identifier used to correlate and track related actions within the community platform, used for debugging or monitoring purposes |
occurred_at | string | Refers to the timestamp indicating the precise moment when the activity took place |
executed_by | string | Identifies the person who executed the activity (zero, if system event) |
new_main_role | string | Contains the name of the new primary role of the user |
old_main_role | string | Contains the name of the previous primary role of the user |
user_id | string | Refers to the unique identifier of the person that identifies the user platform-wide |