This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Trigger Tenant-Wide Accounting Recalculation Queue a recalculation job for all users in the tenant. This operation processes users in batches and is asynchronous. Returns immediately with a job ID for tracking progress. Method: POST Query Parameters:| Parameter | Type | Description |
|---|---|---|
| batchSize | integer | Number of users to process per batch (default: 100) |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Number of users to process per batch
Required range:
1 <= x <= 500Response
Tenant accounting recalculation queued successfully