Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to user management and other Matomo resources. Specifically, for the 'Users Manager' resource and 'Get Users Plus Role' operation, it fetches a list of users along with their roles for a specified site. This is useful for administrators who need to manage user access and roles within Matomo. The node supports a wide range of query parameters to filter and customize the API request.

Use Case Examples

  1. Fetch all users with their roles for a specific site to audit user permissions.
  2. Retrieve users filtered by access level or status to manage site access control.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or customize the API request, such as access level, user login, email, limit, offset, and others.

Output

JSON

  • json - The JSON response from the Matomo API containing the list of users with their roles and associated details.

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 query parameters are correctly formatted and valid according to Matomo API specifications to avoid request errors.
  • If the API returns no content, check if the filters applied are too restrictive or if the site ID is correct.

Links

Discussion