Skip to main content
A Participant represents any individual whose performance or results are tracked across transcriptions — a support agent, salesperson, job candidate being interviewed, or any other person. Participants are optional — use them when you need per-person analytics.

Fields

All metadata values are stored as strings regardless of the type provided (e.g. 42"42", true"True").
When updating metadata, the new object fully replaces the previous one (PUT semantics). To update a single key without losing the rest, fetch the participant first, modify the object locally, and send the complete updated metadata.

Example