HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

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

  1. Fetching the current user's profile information to display personalized content in a workflow.
  2. 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

Discussion