Actions126
- User Actions
- Group Actions
- Content Actions
- Post Actions
- Comment Actions
- Like Actions
- Activity Actions
- Notification Actions
- Space Actions
- Calendar Actions
- CFile Directory Actions
- CFile Actions
- CFile Item Management Actions
- Survey Actions
- Task Actions
- Task List Actions
- Wiki Page Actions
- Mail Conversation Actions
- Mail Entry Actions
- Mail Recipient Actions
- Session Actions
- File Actions
- Space Membership Actions
- Topic Actions
- Survey Answer Actions
- Survey Answers Actions
- Wiki Page Revision Actions
- Mail Tag Actions
Overview
This node operation deletes a member from a specified group in the HumHub platform. It is useful for managing group memberships by removing users who should no longer be part of a group. For example, an admin can automate the removal of users from project groups or social groups within HumHub using this node.
Use Case Examples
- Remove a user from a project group by specifying the group ID and the user ID to be deleted.
- Automate cleanup of group memberships by deleting inactive users from groups.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request, either Basic Auth or JWT Token. |
| ID | The ID of the group that the member belongs to. |
| User ID | The ID of the user who will be deleted from the group. |
Output
JSON
id- The ID of the group from which the member was deleted.userId- The ID of the user who was deleted from the group.status- The status or result of the delete operation, typically indicating success or failure.
Dependencies
- Requires authentication credentials: either Basic Auth or JWT Token for HumHub API.
Troubleshooting
- Ensure the group ID and user ID are valid and exist in HumHub; invalid IDs will cause errors.
- Authentication errors may occur if credentials are incorrect or expired; verify and update credentials as needed.
- API rate limits or network issues may cause request failures; retry or check network connectivity.
Links
- HumHub API Documentation - Official API documentation for HumHub, useful for understanding available endpoints and authentication methods.
