HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node operation allows users to make specific items within a content container private in the HumHub platform. It is useful for managing access control to files or content items by changing their visibility status to private. For example, a user can select a content container and specify item IDs to restrict access, ensuring that only authorized users can view those items.

Use Case Examples

  1. Making files or content items private within a specific container to restrict access.
  2. Changing visibility of selected items to private for privacy or security reasons.

Properties

Name Meaning
Authentication Method of authentication to use for the API request (Basic Auth or JWT Token).
ID The ID of the content container where the items are located.
Selection The item ID(s) in the format {type}_{id} to be made private.

Output

JSON

  • response - The API response after making the selected items private.

Dependencies

  • Requires authentication credentials: either Basic Auth or JWT Token for HumHub API.

Troubleshooting

  • Ensure the 'ID' of the content container is correct and exists in HumHub.
  • Verify the 'Selection' item IDs are in the correct format {type}_{id} and correspond to existing items.
  • Authentication errors may occur if credentials are invalid or expired; re-authenticate if needed.
  • API request failures might happen due to network issues or insufficient permissions to change item visibility.

Links

  • HumHub API Documentation - Official API documentation for HumHub platform, useful for understanding endpoints and authentication.

Discussion