HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

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

  1. Permanently delete a user account by specifying the user's ID.
  2. 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

Discussion