cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/realtime/batchedOperations/batchUpdatePresence \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "meetingId": "<string>", "presence": "joined", "metadata": {} } } '
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": { "batchSize": 123, "queued": true } }
Batched presence updates with latest-state-wins coalescing
Standard user authentication token issued via WorkOS. Provide as Authorization: Bearer <user-token>.
Authorization: Bearer <user-token>
Show child attributes
Convex executed your request and returned a result
success
error