โ Unblock Solver
Endpoint: POST /api/admin/solvers/{id}/unblock/
Auth Required: โ
Yes (Admin Bearer Token)
Content-Type: application/json
๐ Description
This endpoint allows an administrator to unblock a previously blocked solver account after review or resolution of disciplinary concerns.
Once unblocked, the solver regains: - login access - eligibility to receive complaint assignments
Unblocking does not automatically activate the solver if their status is inactive.
๐ Authentication
Include the admin access token in the request header:
๐ Path Parameter
| Parameter | Type | Required | Description |
|---|---|---|---|
id |
UUID | โ | Unique solver ID |
๐งพ Request Body (Optional)
```json { "remarks": "Issue reviewed and solver cleared to resume duties." }