π View User Activity
Endpoint: GET /api/admin/users/{id}/activity/
Auth Required: β
Yes (Admin Bearer Token)
Content-Type: application/json
π Description
This endpoint allows administrators to view a summary of a userβs activity across the CivicEdge platform.
It provides contextual insight into how a user participates in civic engagement, enabling informed moderation, behavioral review, and policy enforcement.
This endpoint aggregates activity data without exposing sensitive or private content.
π Authentication
Include the admin access token in the request header:
π Path Parameter
| Parameter | Type | Required | Description |
|---|---|---|---|
id |
UUID | β | Unique user ID |
β Example Request
```http GET /api/admin/users/usr-341/activity/ Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6...