get https://{account}.piwik.pro/api/user-groups/v1//users
Gets user group members
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
400Bad Request
401Unauthorized
403Forbidden
Gets user group members
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
400Bad Request
401Unauthorized
403Forbidden
xxxxxxxxxx
curl --request GET \
--url 'https://example.piwik.pro/api/user-groups/v1/user_group_id/users?sort=email&limit=10&offset=0' \
--header 'accept: application/vnd.api+json'
xxxxxxxxxx
14{
"meta": {
"total": 1
},
"data": [
{
"id": "6edb1e3c-4c43-4760-ab76-682ad83146be",
"type": "ppms/user",
"attributes": {
"email": "example@example.com"
}
}
]
}