Activate or deactivate one or more drivers within an organization.
Note: PUT calls update data entirely. Any data not mentioned in the call, will be deleted.
|  required  | Array of objects (Change the driver active state.)  | 
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Conflict error
Internal server error
{- "data": [- {- "id": "qwerty12345",
- "organizationId": 17,
- "isActive": true
 }
 ]
}{- "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37",
- "data": {- "activeCount": "string",
- "inactiveCount": "string"
 }
}