cURL
curl --request GET \ --url https://{subdomain}.nudj.cx/api/v2/analytics/users/overview
{ "totalCount": 123, "edges": [ { "userId": "<string>", "username": "<string>", "profilePictureUrl": "<string>", "email": "<string>", "points": 123, "createdAt": "<string>", "latestVisit": "<string>", "challengesStarted": 123, "challengesCompleted": 123, "challengesInProgress": 123, "achievementsCompleted": 123, "externalUserId": "<string>" } ] }
Retrieves a paginated overview of users
Supported query parameters:
1 <= x <= 100
x >= 0
Successful response
Show child attributes
Was this page helpful?