Actions116
- 💬 Chats Actions
- 👤 Contacts Actions
- 👥 Groups Actions
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Add Participants
- Remove Participants
- Promote To Admin
- Demote To Admin
- Create Group
- Get Groups
- Join Info Group
- Join Group
- Refresh Groups
- Get Group
- Delete Group
- Leave Group
- Get Chat Picture
- Set Picture
- Delete Picture
- Set Description
- Set Subject
- Set Info Admin Only
- 🖥️ Sessions Actions
- 🆔 Profile Actions
- 🖼️ Screenshot Actions
- 📤 Chatting Actions
- 📢 Channels Actions
- 🟢 Status Actions
- ✅ Presence Actions
- 🏷️ Labels Actions
- 🔍 Observability Actions
- 🔑 Auth Actions
Overview
This node operation allows a user to leave a specified group in a messaging or social platform. It is useful in scenarios where automated workflows need to manage group memberships, such as removing a user from a group when certain conditions are met or cleaning up group memberships in bulk.
Use Case Examples
- Automatically leave a group when a project is completed.
- Remove a user from a group after a certain event or trigger.
Properties
| Name | Meaning |
|---|---|
| Session | The session name used to identify the user session for the operation. |
| Id | The unique identifier of the group to leave. |
| Request Options | Additional options to control the request behavior, such as batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
success- Indicates whether the operation to leave the group was successful.message- Additional information or status message about the leave group operation.
Dependencies
- Requires an active session identified by the session name to authenticate the user.
Troubleshooting
- If the group ID is invalid or the user is not a member of the group, the operation may fail with an error message indicating the issue.
- Network issues or incorrect proxy settings can cause request failures or timeouts.
- If SSL certificate validation is enabled and the server's certificate is invalid, the request may be rejected unless the 'Ignore SSL Issues' option is enabled.