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 perform various operations related to the 'User' resource, specifically the 'Get Current' operation in this context. It retrieves information about the currently authenticated user. This is useful in scenarios where you need to fetch details about the user who is currently logged in, such as for personalization, auditing, or user-specific workflows.
Use Case Examples
- Fetching the current user's profile information to display personalized content in a workflow.
- Retrieving the current user's details to log activity or perform conditional logic based on user attributes.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request, either Basic Auth or JWT Token. |
Output
JSON
id- The unique identifier of the current user.username- The username of the current user.email- The email address of the current user.profile- Profile details of the current user, including additional user-specific information.status- The status of the current user account.created_at- Timestamp when the user account was created.updated_at- Timestamp when the user account was last updated.
Dependencies
- HumHub API
Troubleshooting
- Ensure that the correct authentication method is selected and credentials are properly configured, as authentication failures will prevent data retrieval.
- If the API returns an error, check the API endpoint and parameters to ensure they are correct and supported by the HumHub API version used.
- Network issues or incorrect API base URL configuration can cause request failures; verify connectivity and endpoint settings.
Links
- HumHub API Documentation - Official documentation for the HumHub API endpoints and usage.
