Update Participant
Update an existing participant. Only include fields you want to update.
Subgroup ID (must belong to supergroup if provided)
Room ID (must belong to block if provided)
When updating relationships, ensure they are valid:
- Subgroup must belong to the supergroup (if both provided)
- Room must belong to the block (if both provided)
Example Request
curl -X PUT https://api.checkpoint.b-digital.uk/api/v1/participants/API_TEST_001 \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"first_name": "John",
"surname": "Smith",
"rank": "Senior"
}'