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 Available Capabilities' operation, it fetches the list of available capabilities that can be assigned to users in Matomo. This is useful for managing user permissions and roles within the Matomo analytics platform. The node supports a wide range of operations across different Matomo modules, making it versatile for analytics and user management tasks.

Use Case Examples

  1. Fetch available user capabilities to understand what permissions can be assigned to users.
  2. Retrieve user roles and capabilities to automate user access management in Matomo.
  3. Use the node to integrate Matomo user management into a larger workflow for analytics and reporting.

Properties

Name Meaning
Query Parameters Optional parameters to filter or specify details for the API request, such as user login, email, or access level.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested data, such as available user capabilities.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured; missing these will cause errors.
  • Verify that the specified resource and operation are supported by the Matomo API and correctly spelled.
  • Check network connectivity to the Matomo server to avoid request failures.
  • If the API returns an error, review the error message for details on missing permissions or invalid parameters.

Links

Discussion