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

FieldTypeDescription

userId

string

Driver's unique identifier

Response

The table below summarizes the body of the response.

FieldTypeDescription

status

string

New status of the driver. Allowed values: ENABLE, DISABLE

Last updated