Actions116
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ļø Sessions Actions
- š Profile Actions
- š¼ļø Screenshot Actions
- š¤ Chatting Actions
- š¢ Channels Actions
- š¢ Status Actions
- š„ Groups Actions
- Add Participants
- 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
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Remove Participants
- Promote To Admin
- ā 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.