HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node operation deletes a member from a specified group in the HumHub platform. It is useful for managing group memberships by removing users who should no longer be part of a group. For example, an admin can automate the removal of users from project groups or social groups within HumHub using this node.

Use Case Examples

  1. Remove a user from a project group by specifying the group ID and the user ID to be deleted.
  2. Automate cleanup of group memberships by deleting inactive users from groups.

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 that the member belongs to.
User ID The ID of the user who will be deleted from the group.

Output

JSON

  • id - The ID of the group from which the member was deleted.
  • userId - The ID of the user who was deleted from the group.
  • status - The status or result of the delete operation, typically indicating success or failure.

Dependencies

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

Troubleshooting

  • Ensure the group ID and user ID are valid and exist in HumHub; invalid IDs will cause errors.
  • Authentication errors may occur if credentials are incorrect or expired; verify and update credentials as needed.
  • API rate limits or network issues may cause request failures; retry or check network connectivity.

Links

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

Discussion