HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node operation retrieves all memberships of a specified space in the HumHub platform. It supports fetching either all memberships or a limited subset based on pagination parameters. This is useful for scenarios where you need to manage or analyze the members of a particular space, such as for administrative tasks, reporting, or integration with other systems.

Use Case Examples

  1. Retrieve all members of a space to synchronize with an external user management system.
  2. Fetch a limited number of space memberships for display in a dashboard or report.

Properties

Name Meaning
Authentication Method of authentication to use for the API request (Basic Auth or JWT Token).
ID The ID of the space whose memberships are to be retrieved.
Return All Whether to return all memberships or limit the results.
Query Parameters Additional parameters for pagination when not returning all memberships, including limit and page number.

Output

JSON

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

Dependencies

  • HumHub API with either Basic Auth or JWT Token authentication

Troubleshooting

  • Ensure the space ID provided is valid and accessible with the given credentials.
  • If pagination parameters are used, verify that the limit is between 1 and 50 and the page number is valid.
  • Common errors include authentication failures (check credentials) and invalid space ID errors (verify the ID).

Links

Discussion