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 interacts with the HumHub API to retrieve user information based on a username. It supports authentication via Basic Auth or JWT Token. The node is useful for scenarios where you need to fetch detailed user data from HumHub by specifying the username, such as in user management workflows or integrations requiring user verification.
Use Case Examples
- Retrieve user details by username to verify user identity in an automation.
- Fetch user profile information for reporting or synchronization with other systems.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use when connecting to the HumHub API (Basic Auth or JWT Token). |
| Username | The username of the user to retrieve from HumHub. |
Output
JSON
id- Unique identifier of the user.username- Username of the user.email- Email address of the user.profile- Profile details of the user.status- Status of the user account.
Dependencies
- HumHub API
Troubleshooting
- Ensure the username provided exists in the HumHub system; otherwise, the API will return an error or empty response.
- Verify that the correct authentication method is selected and credentials are valid to avoid authentication errors.
- Check network connectivity and API endpoint availability if requests fail.
Links
- HumHub API Documentation - Official documentation for the HumHub API endpoints and usage.
