Skip to content

πŸ“Š 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...