Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to user management, analytics, and other Matomo modules. Specifically, for the 'Users Manager' resource and 'Get Users Login' operation, it fetches a list of all user logins from the Matomo instance. This is useful for scenarios where you need to retrieve user login information for access control, auditing, or reporting purposes within Matomo.

Use Case Examples

  1. Retrieve all user logins to audit user access levels.
  2. Fetch user login list to synchronize with an external user management system.

Properties

Name Meaning
Query Parameters Collection of optional query parameters to filter or modify the API request for user logins, such as filtering by access level, status, or other user attributes.

Output

JSON

  • json - Array of user login information objects returned from the Matomo API.

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 authentication errors.
  • Verify that the specified operation and resource are supported by the Matomo API version in use.
  • Check network connectivity to the Matomo instance to avoid request failures.
  • If the API returns an empty response or '204 No Content', verify that the query parameters are correctly set and that there are users available in the Matomo instance.

Links

Discussion