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.
If you have your admin API key, you can try the API via this link.
Path parameters
Field
Type
Description
userId
string
Driver's unique identifier
Response
The table below summarizes the body of the response.
Field
Type
Description
status
string
New status of the driver.
Allowed values: ENABLE
, DISABLE
Last updated