post https://{account}.piwik.pro/api/modules/v1/by-users
List of modules with access for a list of users
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
List of modules with access for a list of users
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request POST \
--url https://example.piwik.pro/api/modules/v1/by-users \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json'
xxxxxxxxxx
13{
"data": [
{
"type": "ppms/user/modules",
"id": "6edb1e3c-4c43-4760-ab76-682ad83146be",
"attributes": {
"modules": [
"analytics"
]
}
}
]
}