Skip to content

โœ… 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." }