HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node interacts with the HumHub API to retrieve user data. Specifically, the 'User - Get All' operation fetches a list of users from the HumHub platform. It supports fetching all users or a limited subset based on pagination parameters. This is useful for scenarios where you need to integrate user data from HumHub into workflows, such as syncing user lists, reporting, or automation tasks involving user information.

Use Case Examples

  1. Retrieve all users from HumHub to sync with an external CRM system.
  2. Fetch a limited number of users per page for processing in batches.
  3. Use query parameters to paginate through user data for reporting or analysis.

Properties

Name Meaning
Authentication Method of authentication to use for the API request, either Basic Auth or JWT Token.
Return All Determines whether to return all user results or limit the number of results.
Query Parameters Parameters to control pagination when not returning all results, including limit and page number.

Output

JSON

  • results - Array of user objects returned from the HumHub API.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure correct authentication method is selected and credentials are valid.
  • If 'Return All' is false, verify that 'Limit' is between 1 and 50 to avoid errors.
  • Handle API rate limits or network errors gracefully in workflows.

Links

Discussion