Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to user management, specifically to get users having super user access. It is useful for administrators who need to retrieve a list of users with elevated privileges in their Matomo analytics platform. For example, it can be used to audit super user accounts or manage user permissions programmatically.

Use Case Examples

  1. Retrieve a list of all users who have super user access to the Matomo instance.
  2. Use the node to filter and manage users with super user privileges for security audits.

Properties

Name Meaning
Query Parameters Optional parameters to filter or modify the API request, such as access level, user login, or other user-related filters.

Output

JSON

  • ``
    • json - The JSON response from the Matomo API containing the list of users with super user access and their details.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause an error.
  • Verify that the API endpoint URL is correct and accessible from the environment where the node runs.
  • Check that the operation and resource parameters are set correctly to 'Get Users Having Super User Access' under 'Users Manager'.
  • If the API returns an error, inspect the error message for details such as permission issues or invalid parameters.

Links

Discussion