get https://{account}.piwik.pro/api/users/v2
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url 'https://example.piwik.pro/api/users/v2?offset=0&limit=10&sort=-addedAt' \
--header 'accept: application/vnd.api+json'
xxxxxxxxxx
18{
"meta": {
"total": 1
},
"data": [
{
"id": "985ed9d7-b652-47b8-b9cf-c17d62735261",
"type": "ppms/user",
"attributes": {
"email": "john@doe.com",
"role": "USER",
"organization": "organization_name",
"addedAt": "2018-06-25T07:28:52+01:00",
"language": "en-US"
}
}
]
}