# Regenerate cryptographic keys for all users Initiates a background job to regenerate Ed25519 cryptographic keys for all users in the system. This is typically used for security updates or key rotation policies. The operation runs asynchronously and processes users in batches. Returns a job ID that can be used to track progress. Default batch size is used unless specified. RBAC: requires Users.Manage Endpoint: POST /api/v1/admin/regenerate-keys-all Version: 1.0 Security: ## Query parameters: - `batch` (integer,null) ## Response 403 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation