/users/activateActivate user
Base URL https://api.vseepreview.com/api_v3 · operationId activateUser
Authentication: Account Code Only — Only requires the X-AccountCode header. No token needed.
Checks user info against an eligibility file if configured for the current account. The user will receive an email with an activation code.
| Name | In | Type | Required | Enum | Default | Description |
|---|---|---|---|---|---|---|
X-AccountCode | header | string | yes | Account code (e.g. vclinic) |
Content type: application/x-www-form-urlencoded
| Field | Type | Required | Enum | Description |
|---|---|---|---|---|
first_name | string | yes | ||
last_name | string | yes | ||
email | string | yes | ||
dob | string | no | Date of birth (YYYY-MM-DD) | |
ssn | string | no | Last 4 digits of SSN |
Example:
{
"first_name": "An",
"last_name": "Nguyen",
"email": "an@vseeclinic.com"
}
200 — Activation email sentActivate user — Activation email sent
{
"data": true
}
Activate with eligibility — Activation email sent after eligibility check
{
"data": true
}
400 — Bad Request{
"code": 404,
"message": "Sorry, this page is not available."
}
Machine-readable: OpenAPI JSON (operationId: activateUser)