Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to the 'Users Manager' resource, specifically the 'Get User' operation. It allows users to retrieve detailed information about a specific user in Matomo by specifying query parameters such as user login or email. This node is useful for scenarios where you need to manage or analyze user data within Matomo, such as fetching user details for reporting or administrative purposes.

Use Case Examples

  1. Retrieve detailed information about a specific user by their login name.
  2. Fetch user data based on email address to verify user existence or access levels.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify the user data to retrieve, such as userLogin, userEmail, and other user-related filters.

Output

JSON

  • json - The JSON response from the Matomo API containing user details or related data.

Dependencies

  • Requires Matomo API credentials including domain URL and authentication token.

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials; missing these will cause errors.
  • Verify that the query parameters are correctly set and valid for the 'Get User' operation to avoid empty or error responses.
  • Check the API method and URL constructed in the request to ensure it matches the Matomo API documentation for the 'Users Manager' resource and 'Get User' operation.

Links

Discussion