get_examinee
Fetch complete examinee details by business ID, including custom data, while excluding sensitive authentication fields.
Instructions
View the full detail of one examinee (a.k.a. respondent) in the current team by its examineeId (the business ID shown in list_examinees, e.g. AB1234567890), including customData. Sensitive auth fields are never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| examineeId | Yes | The examinee business ID (e.g. AB1234567890), as shown in list_examinees |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Masked name (J*n) | |
| No | Masked email (j***g@example.com); never pass it back as an argument | ||
| avatar | No | Uploaded avatar as { id, url } | |
| status | No | Account status | |
| tenant | No | Team (tenant) the respondent belongs to | |
| createdAt | No | ISO datetime of first sign-up | |
| updatedAt | No | ISO datetime of the last change | |
| customData | No | Team-defined custom fields; phone-typed values come back masked | |
| examineeId | No | Business ID of the respondent (e.g. AB1234567890) — use it to address them | |
| avatarPreset | No | Preset avatar key, when no image was uploaded | |
| emailVerified | No | Whether the email has been verified |