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 interacts with the HumHub API to perform various operations on the User resource, specifically supporting a 'Hard Delete' operation. The 'Hard Delete' operation permanently deletes a user by their ID. This node is useful in scenarios where a user account needs to be completely removed from the HumHub system, such as for compliance with data retention policies or user account management.
Use Case Examples
- Permanently delete a user account by specifying the user's ID.
- Automate user account cleanup by hard deleting inactive or unwanted users.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request, either Basic Auth or JWT Token. |
| ID | The unique identifier of the user to be hard deleted. |
Output
JSON
id- The ID of the user that was hard deleted.status- The status or result of the hard delete operation.
Dependencies
- HumHub API
Troubleshooting
- Ensure the user ID provided is valid and exists in the HumHub system to avoid errors.
- Authentication errors may occur if the provided credentials (Basic Auth or JWT Token) are incorrect or expired.
- API request failures could happen due to network issues or incorrect API endpoint usage.
Links
- HumHub API Documentation - Official API documentation for HumHub, detailing endpoints and usage.
