π User Details
Endpoint: GET /api/admin/users/{id}/
Auth Required: β
Yes (Admin Bearer Token)
Content-Type: application/json
π Description
This endpoint allows administrators to retrieve the complete profile and participation summary of a specific user.
It provides a unified view of the userβs identity, role, account status, and involvement across the CivicEdge platform.
This endpoint is commonly used before taking moderation or access-control actions.
π 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/ Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6...