HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node operation retrieves detailed information about a specific group from the HumHub API by its ID. It is useful in scenarios where you need to fetch group details such as name, description, members, or other metadata for further processing or integration within an automation workflow.

Use Case Examples

  1. Fetch a group by its ID to display its details in a dashboard.
  2. Retrieve group information to synchronize with another system or database.

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

Output

JSON

  • id - The unique identifier of the group.
  • name - The name of the group.
  • description - Description of the group.
  • show_at_directory - Boolean flag indicating if the group is shown in the directory.
  • show_at_registration - Boolean flag indicating if the group is shown during user registration.
  • sort_order - Sort order of the group in listings.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure the provided group ID exists; otherwise, the API will return an error.
  • Verify that the authentication credentials (Basic Auth or JWT Token) are correctly configured and valid.
  • Check network connectivity to the HumHub API endpoint.
  • If the node throws a JSON parsing error, verify that the API response is valid JSON.

Links

Discussion