HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node interacts with the HumHub API to retrieve user information by user ID. It is useful for workflows that need to fetch detailed data about a specific user in a HumHub environment, such as user profile details or account information. For example, it can be used to automate user data retrieval for reporting or integration with other systems.

Use Case Examples

  1. Retrieve a user's profile information by their unique ID to display in a dashboard.
  2. Fetch user details to synchronize with an external CRM system.

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 retrieve.

Output

JSON

  • id - The unique identifier of the user.
  • username - The username of the user.
  • email - The email address of the user.
  • profile - Profile details of the user, including additional personal information.
  • status - The status of the user account.
  • contentcontainer_id - The content container ID associated with the user.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure the provided user ID is valid and exists in the HumHub system to avoid 'user not found' errors.
  • Verify that the correct authentication method and credentials are configured to prevent authentication failures.
  • Check network connectivity and API endpoint accessibility if requests fail to reach the HumHub API.

Links

Discussion