# Status

This API allows you to either activate or deactivate a user, by updating their status. A deactivated user will not be able to use DriveQuant services. A deactivated user is not considered as an active user.

{% hint style="info" %}
If you have your **admin API key**, you can try the API via this [**link**](https://drivequant.stoplight.io/docs/drivequant-public/864778c32e11d-update-a-driver-s-status).
{% endhint %}

{% openapi src="<https://2525923625-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXYIG5U3AO65YYFWJRK%2Fuploads%2Fmn6tblJYik1ChLMzy8b2%2FDKAdminDriverV3.yaml?alt=media&token=1e1fd3a2-f4b1-4db9-b10b-d3f498b8dc2b>" path="/drivekit/admin/drivers/{userId}/status" method="put" %}
[DKAdminDriverV3.yaml](https://2525923625-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXYIG5U3AO65YYFWJRK%2Fuploads%2Fmn6tblJYik1ChLMzy8b2%2FDKAdminDriverV3.yaml?alt=media\&token=1e1fd3a2-f4b1-4db9-b10b-d3f498b8dc2b)
{% endopenapi %}

## Path parameters

<table><thead><tr><th width="134.33333333333331">Field</th><th width="109">Type</th><th>Description</th></tr></thead><tbody><tr><td>userId</td><td><code>string</code></td><td>Driver's unique identifier</td></tr></tbody></table>

## Response

The table below summarizes the body of the response.

<table><thead><tr><th width="134.33333333333331">Field</th><th width="109">Type</th><th>Description</th></tr></thead><tbody><tr><td>status</td><td><code>string</code></td><td>New status of the driver.<br><em>Allowed values: <code>ENABLE</code>, <code>DISABLE</code></em></td></tr></tbody></table>
