HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node operation retrieves all members of a specified group from the HumHub API. It is useful for scenarios where you need to list or process all users belonging to a particular group within a HumHub social network or collaboration platform. For example, you might use this to synchronize group members with another system, generate reports, or manage group memberships programmatically.

Use Case Examples

  1. Retrieve all members of a group with a given group ID to display in a dashboard.
  2. Fetch all group members to send notifications or updates to the group.
  3. Use the list of group members to automate user role assignments or permissions in integrated systems.

Properties

Name Meaning
Authentication Method of authentication to use for the API request, either Basic Auth or JWT Token.
ID The ID of the group whose members are to be retrieved.

Output

JSON

  • id - The unique identifier of the group member.
  • username - The username of the group member.
  • email - The email address of the group member.
  • profile - Profile details of the group member.
  • isManager - Indicates if the member is a manager of the group.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure the group ID provided is valid and exists in the HumHub instance.
  • Check that the authentication credentials (Basic Auth or JWT Token) are correctly configured and have sufficient permissions to access group member data.
  • If the API request fails, verify network connectivity and that the HumHub API endpoint is reachable.
  • Common error messages include authentication failures, invalid group ID, or permission denied errors. Resolving these typically involves correcting credentials, verifying group existence, and ensuring API access rights.

Links

Discussion