Actions126
- User Actions
- Group Actions
- Content Actions
- Post Actions
- Comment Actions
- Like Actions
- Activity Actions
- Notification Actions
- Space Actions
- Calendar Actions
- CFile Directory Actions
- CFile Actions
- CFile Item Management Actions
- Survey Actions
- Task Actions
- Task List Actions
- Wiki Page Actions
- Mail Conversation Actions
- Mail Entry Actions
- Mail Recipient Actions
- Session Actions
- File Actions
- Space Membership Actions
- Topic Actions
- Survey Answer Actions
- Survey Answers Actions
- Wiki Page Revision Actions
- Mail Tag Actions
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
- Retrieve all members of a group with a given group ID to display in a dashboard.
- Fetch all group members to send notifications or updates to the group.
- 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
- HumHub API Documentation - Official documentation for the HumHub API endpoints and usage.
