Read attestation status for a member
ic_headsets_get_attestation_statusReturns whether a user is attested (signed off to check out PICO units). Defaults to the calling user when user_id is omitted. Operators are attested-by-default and may have no record. Args: { user_id?: string }. Returns: { ok, user_id, is_attested, record? }. Required scope: headsets:lend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | Clerk user_id. Defaults to the caller. |