Migrate the patients of a legacy clinic account.
Security
sessionToken
- Mock serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/migrations
- integrationhttps://external.integration.tidepool.org/v1/clinics/{clinicId}/migrations
- productionhttps://api.tidepool.org/v1/clinics/{clinicId}/migrations
- dev1https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/migrations
- qa1https://qa1.development.tidepool.org/v1/clinics/{clinicId}/migrations
- qa2https://qa2.development.tidepool.org/v1/clinics/{clinicId}/migrations
curl -i -X POST \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/migrations' \
-H 'Content-Type: application/json' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE' \
-d '{
"userId": "string",
"status": "PENDING"
}'Accepted
The user id of the legacy clinician account that needs to be migrated.
Response
{ "userId": "string", "status": "PENDING", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "attestationTime": "2019-08-24T14:15:22Z" }