HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node interacts with the HumHub API to perform operations related to 'Space' resources, specifically the 'Archive' operation in this context. It allows users to archive a space by providing the space ID. This is useful for managing spaces within HumHub, such as archiving inactive or obsolete spaces to keep the workspace organized.

Use Case Examples

  1. Archiving a space by its ID to mark it as archived in HumHub.
  2. Automating space management by archiving spaces based on certain criteria.

Properties

Name Meaning
Authentication Method of authentication to use for the API request, either Basic Auth or JWT Token.
ID The ID of the space to be archived.

Output

JSON

  • id - The ID of the archived space.
  • name - The name of the archived space.
  • description - Description of the archived space.
  • visibility - Visibility status of the archived space.
  • join_policy - Join policy of the archived space.
  • archived - Indicates if the space is archived (true after archiving).

Dependencies

  • HumHub API

Troubleshooting

  • Ensure the provided space ID is valid and exists in HumHub; otherwise, the API will return an error.
  • Authentication errors may occur if the credentials (Basic Auth or JWT Token) are incorrect or expired.
  • Network issues or API endpoint changes can cause request failures; verify the API URL and network connectivity.

Links

Discussion