โ Activate Solver
Endpoint: POST /api/admin/solvers/{id}/activate/
Auth Required: โ
Yes (Admin Bearer Token)
Content-Type: application/json
๐ Description
This endpoint allows an administrator to activate a solver account.
An active solver: - can log in to the platform - can receive new complaint assignments - can participate in inspection and resolution workflows
Activation is typically used when: - a new solver joins the system - a previously deactivated solver returns to service
๐ 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": "Solver reactivated after availability confirmation." }