HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node interacts with the HumHub API to retrieve user information based on a username. It supports authentication via Basic Auth or JWT Token. The node is useful for scenarios where you need to fetch detailed user data from HumHub by specifying the username, such as in user management workflows or integrations requiring user verification.

Use Case Examples

  1. Retrieve user details by username to verify user identity in an automation.
  2. Fetch user profile information for reporting or synchronization with other systems.

Properties

Name Meaning
Authentication Method of authentication to use when connecting to the HumHub API (Basic Auth or JWT Token).
Username The username of the user to retrieve from HumHub.

Output

JSON

  • id - Unique identifier of the user.
  • username - Username of the user.
  • email - Email address of the user.
  • profile - Profile details of the user.
  • status - Status of the user account.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure the username provided exists in the HumHub system; otherwise, the API will return an error or empty response.
  • Verify that the correct authentication method is selected and credentials are valid to avoid authentication errors.
  • Check network connectivity and API endpoint availability if requests fail.

Links

Discussion