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 detailed information about a specific group from the HumHub API by its ID. It is useful in scenarios where you need to fetch group details such as name, description, members, or other metadata for further processing or integration within an automation workflow.
Use Case Examples
- Fetch a group by its ID to display its details in a dashboard.
- Retrieve group information to synchronize with another system or database.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request, either Basic Auth or JWT Token. |
| ID | The unique identifier of the group to retrieve. |
Output
JSON
id- The unique identifier of the group.name- The name of the group.description- Description of the group.show_at_directory- Boolean flag indicating if the group is shown in the directory.show_at_registration- Boolean flag indicating if the group is shown during user registration.sort_order- Sort order of the group in listings.
Dependencies
- HumHub API
Troubleshooting
- Ensure the provided group ID exists; otherwise, the API will return an error.
- Verify that the authentication credentials (Basic Auth or JWT Token) are correctly configured and valid.
- Check network connectivity to the HumHub API endpoint.
- If the node throws a JSON parsing error, verify that the API response is valid JSON.
Links
- HumHub API Group Documentation - Official documentation for the HumHub API group endpoints.
