get https://{account}.piwik.pro/api/user-groups/v1
Lists user groups
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
400Bad Request
401Unauthorized
403Forbidden
Lists user groups
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
400Bad Request
401Unauthorized
403Forbidden
xxxxxxxxxx
curl --request GET \
--url 'https://example.piwik.pro/api/user-groups/v1?sort=name&limit=10&offset=0' \
--header 'accept: application/vnd.api+json'
xxxxxxxxxx
17{
"meta": {
"total": 1
},
"data": [
{
"type": "ppms/user-group",
"id": "6edb1e3c-4c43-4760-ab76-682ad83146be",
"attributes": {
"name": "Managers",
"created_at": "2025-03-27T01:33:30.915Z",
"updated_at": "2025-03-27T01:33:30.915Z",
"external_id": "external group id"
}
}
]
}