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 by user ID. It is useful for workflows that need to fetch detailed data about a specific user in a HumHub environment, such as user profile details or account information. For example, it can be used to automate user data retrieval for reporting or integration with other systems.
Use Case Examples
- Retrieve a user's profile information by their unique ID to display in a dashboard.
- Fetch user details to synchronize with an external CRM system.
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 user to retrieve. |
Output
JSON
id- The unique identifier of the user.username- The username of the user.email- The email address of the user.profile- Profile details of the user, including additional personal information.status- The status of the user account.contentcontainer_id- The content container ID associated with the user.
Dependencies
- HumHub API
Troubleshooting
- Ensure the provided user ID is valid and exists in the HumHub system to avoid 'user not found' errors.
- Verify that the correct authentication method and credentials are configured to prevent authentication failures.
- Check network connectivity and API endpoint accessibility if requests fail to reach the HumHub API.
Links
- HumHub API Documentation - Official documentation for the HumHub API endpoints and usage.
