This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Trigger User Accounting Recalculation Queue a recalculation job for a specific user’s accounting data. This operation is asynchronous and returns immediately with a job ID for tracking. Method: POST Path Parameters:| Parameter | Type | Description |
|---|---|---|
| id | string | The TenantUser ID to recalculate |
| Parameter | Type | Description |
|---|---|---|
| forceRefresh | boolean | Force refresh even if data is recent (optional) |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
TenantUser ID
Query Parameters
Force refresh even if data is recent
Response
User accounting recalculation queued successfully