APP_ACTIVATE_USER_CHANNEL_DETAILS
Update: Nov 5:
Added: CHANNEL_DISPLAY_NAME
table_name | column_name | description |
---|---|---|
ACTIVATE_USER_CHANNEL_DETAILS | ACTIVATE_USER_ID | The unique ID number assigned to each user in the company's internal system. |
ACTIVATE_USER_CHANNEL_DETAILS | ACTIVATE_USER_NAME | The full name of the user associated with the activate_user_id. |
ACTIVATE_USER_CHANNEL_DETAILS | ALL_GROUP_ROLES | All of the roles and groups that the user belongs to within the company. |
ACTIVATE_USER_CHANNEL_DETAILS | ALL_PERMISSIONS | All of the access permissions granted to the user within the company's systems. |
ACTIVATE_USER_CHANNEL_DETAILS | CHANNEL_ID | The unique ID number assigned to each channel in the company's internal system. |
ACTIVATE_USER_CHANNEL_DETAILS | CHANNEL_NAME | The name of the channel that the user has access to. |
ACTIVATE_USER_CHANNEL_DETAILS | CHANNEL_TYPE | The category or type of channel, e.g. public, private, or direct message. |
ACTIVATE_USER_CHANNEL_DETAILS | CHILDREN_CHANNEL_IDS | The IDs of any sub-channels nested within the parent channel. |
ACTIVATE_USER_CHANNEL_DETAILS | COMPANY_CHANNEL_ID | The ID number assigned to the channel by the company. |
ACTIVATE_USER_CHANNEL_DETAILS | COMPANY_NAME | The name of the company that owns the channel. |
ACTIVATE_USER_CHANNEL_DETAILS | DOMAIN | The website domain associated with the company and its channels. |
ACTIVATE_USER_CHANNEL_DETAILS | EMAIL_OPT_IN | Whether the user has opted in for marketing email notifications |
ACTIVATE_USER_CHANNEL_DETAILS | FIRST_CHANNEL_ACTIVITY_AT | The timestamp of the user's first activity within the channel. |
ACTIVATE_USER_CHANNEL_DETAILS | HEAD_COUNT | The total number of members in the channel. |
ACTIVATE_USER_CHANNEL_DETAILS | IS_EMPLOYEE | A true/false value indicating whether the user is an employee of the company. |
ACTIVATE_USER_CHANNEL_DETAILS | IS_WORKPLACE_ADMIN | A true/false value indicating whether the user has admin permissions for the channel. |
ACTIVATE_USER_CHANNEL_DETAILS | IS_WORKPLACE_MEMBER | A true/false value indicating whether the user is a member of the channel. |
ACTIVATE_USER_CHANNEL_DETAILS | JOINED_CHANNEL_AT | The timestamp when the user first joined or was added to the channel. |
ACTIVATE_USER_CHANNEL_DETAILS | LANGUAGE_PREFERENCE | The preferred language setting for the user's account. |
ACTIVATE_USER_CHANNEL_DETAILS | LAST_BOOKED | The timestamp of the user's most recent booking activity within the channel. |
ACTIVATE_USER_CHANNEL_DETAILS | PARENT_CHANNEL_IDS | The IDs of all channels directly above the current channel in the channel hierarchy. |
ACTIVATE_USER_CHANNEL_DETAILS | PARENT_CHANNEL_NAME | The name of the channel directly above the current channel in the channel hierarchy. |
ACTIVATE_USER_CHANNEL_DETAILS | PARENT_ID | The ID of the channel directly above the current channel in the channel hierarchy. |
ACTIVATE_USER_CHANNEL_DETAILS | PARENT_PERMISSIONS | The permissions inherited by the current channel from channels higher in the hierarchy. |
ACTIVATE_USER_CHANNEL_DETAILS | PRIMARY_COMPANY_ID | The ID of the user's primary company. |
ACTIVATE_USER_CHANNEL_DETAILS | PRIMARY_LOCATION_ID | The ID of the user's primary location. |
ACTIVATE_USER_CHANNEL_DETAILS | PRIMARY_LOCATION_NAME | The name of the user's primary location channel. |
ACTIVATE_USER_CHANNEL_DETAILS | USER_CREATED_AT | The timestamp when the user's account was first created. |
ACTIVATE_USER_CHANNEL_DETAILS | USER_EMAIL | The email address associated with the user's account. |
ACTIVATE_USER_CHANNEL_DETAILS | USER_LAST_SEEN_AT | The timestamp of the user's most recent activity within the company's systems. |
ACTIVATE_USER_CHANNEL_DETAILS | USER_STATUS | The status of the user's account, e.g. active, inactive, suspended, etc. |
ACTIVATE_USER_CHANNEL_DETAILS | CHANNEL_DISPLAY_NAME | Display name of the channel associated with the channel_id |
Updated 7 days ago