Status
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
userId
string
Driver's unique identifier
The table below summarizes the body of the response.
status
string
New status of the driver.
Allowed values: ENABLE
, DISABLE
This service can be used to update the current status of a user from the userId
. Set the status to ENABLE
to activate, or DISABLE
to deactivate the user.
/drivekit/admin/drivers/{userId}/status
User unique identifier
Drivekit Admin API key
Status of the driver after the update
ENABLE
, DISABLE