manage:attendance permission. Writes an audit row carrying the caller-supplied justification. Re-derives existing rows after a correction or a device backfill. Idempotent: recompute reads config plus evidence and upserts, so a second run yields the same state. Records flagged as a manual override are left alone.core.session_token: ********************Authorization: Bearer ********************curl --location '/attendance/admin/recompute' \
--header 'Content-Type: application/json' \
--data '{
"userIds": [
"string"
],
"slotId": "string",
"dateStart": "2019-08-24",
"dateEnd": "2019-08-24",
"reason": "string"
}'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": {
"recomputed": 0
}
}