This topic describes how to obtain LINE group information.
Prerequisites
LINE Official Account authorization is completed. For more information, see LINE Official Account authorization.
A group is created in LINE, and the bot of your LINE Official Account is added to the group.
The webhook URL is correctly configured.
Enable group management
When you go to the Group management page for the first time, you must first enable the group management feature.
In the left-side navigation pane, choose Channel Management.
Click the channel ID of the LINE channel that you want to manage to go to the channel details page.
Go to the Group Management page and click Enable Group Management.
After group management is enabled, the system detects new groups that the bot joins through the webhook. You can click Disable Group Management at any time to stop detection.
The system detects group information through webhook events sent by the LINE platform.
If the bot was already in a group before group management was enabled and no new messages are sent in that group, the system cannot detect the group.
After the bot joins a group, we recommend that you send a test message in the group to ensure that the system can detect the group.
View the group list
After group management is enabled, the groups that the bot has joined are displayed in the list.
List field description
Field | Description |
Group avatar | The avatar image of the group. |
Group name | The name of the group in LINE. |
Group ID | The unique identifier of the group. Used to specify the target group when sending messages. |
Members | The current number of members in the group. |
Onboarding time | The time when the group was onboarded to group management. |
Refresh the list
Click Refresh to obtain the latest group list information.
Leave a group
If you no longer need to send messages to a group, you can let the bot proactively leave the group.
On the All tab of the group list, locate the target group.
In the Actions column, click Leave Group.
In the confirmation dialog box, click Confirm Exit.
After leaving, the bot stops receiving messages from this group.
This action cannot be undone. To rejoin, a group member must invite the bot again and a message must be sent in the group.
Leaving a group does not affect the group itself; it only affects the bot's status in the group.
Delete records of left groups
You can delete the records of groups that the bot has left from the list.
In the group list, locate the target group.
Click Delete Record.
In the confirmation dialog box, click OK.
This action only deletes the display record in the console. It does not affect the LINE group itself.
After deletion, the group is removed from the list and cannot be recovered.