Resend invite to the email address of the clinician.
Security
sessionToken
- Mock serverhttps://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/invites/clinicians/{inviteId}
- integrationhttps://external.integration.tidepool.org/v1/clinics/{clinicId}/invites/clinicians/{inviteId}
- productionhttps://api.tidepool.org/v1/clinics/{clinicId}/invites/clinicians/{inviteId}
- dev1https://dev1.dev.tidepool.org/v1/clinics/{clinicId}/invites/clinicians/{inviteId}
- qa1https://qa1.development.tidepool.org/v1/clinics/{clinicId}/invites/clinicians/{inviteId}
- qa2https://qa2.development.tidepool.org/v1/clinics/{clinicId}/invites/clinicians/{inviteId}
curl -i -X PATCH \
'https://tidepool.redocly.app/_mock/reference/clinic.v1/v1/clinics/{clinicId}/invites/clinicians/{inviteId}' \
-H 'x-tidepool-session-token: YOUR_API_KEY_HERE'OK
Example:"Sds2PHMALZrmt++JyD5mIjLkZruJldiM"
Enum:"password_reset""careteam_invitation""clinician_invitation""signup_confirmation""no_account"
An email address, as specified by RFC 5322.
Example:"example@tidepool.org"
String representation of a Tidepool User ID. Old style IDs are 10-digit strings consisting of only hexadeximcal digits. New style IDs are 36-digit UUID v4
Example:"2017-02-06T02:37:46Z"
Example:"2017-02-06T02:37:46Z"
Response
{ "key": "Sds2PHMALZrmt++JyD5mIjLkZruJldiM", "type": "password_reset", "status": "pending", "email": "example@tidepool.org", "creatorId": "string", "created": "2017-02-06T02:37:46Z", "modified": "2017-02-06T02:37:46Z", "creator": { "userid": "string", "profile": { … } }, "context": "string", "restrictions": { "canAccept": true, "requiredIdp": "string" }, "expiresAt": "2024-01-30T08:11:00Z" }