# Migrate Legacy Clinician Patients Migrate the patients of a legacy clinic account. Endpoint: POST /v1/clinics/{clinicId}/migrations Version: 1.0 Security: sessionToken ## Path parameters: - `clinicId` (string, required) ## Request fields (application/json): - `userId` (string, required) The user id of the legacy clinician account that needs to be migrated. - `status` (string) The current status of the migration Enum: "PENDING", "RUNNING", "COMPLETED" ## Response 202 fields (application/json): - `userId` (string, required) The user id of the legacy clinician account that needs to be migrated. - `status` (string) The current status of the migration Enum: "PENDING", "RUNNING", "COMPLETED" - `createdTime` (string, required) - `updatedTime` (string, required) - `attestationTime` (string)