Auditors create disclosure requests when they need scoped access to interpreted private-pool transaction data for an investigation. A request is not an active case yet. The active cases row is created only after an application administrator approves the request.

Prerequisites

  • Access to an application workspace.
  • cases:create.
  • Optional for withdrawal: cases:withdraw_pending_request.

Workflow

1

Open Case Review

Sign in and select the application workspace. In the sidebar, click Case Review.
2

Open the new request form

Use the create action in Case Review to open the disclosure request form.
3

Fill request summary

Enter the investigation basis and reason. Choose the transaction period and requested access window.
4

Choose disclosure scope

Select the fields requested for disclosure: transaction identifiers, sender information, and recipient/withdrawal information.
5

Assign auditors

Select team members who should access the case if approved. The session user is auto-selected when present in the assignable list.
6

Submit request

Submit the request. It appears in the pending queue until an application administrator approves or closes it.

Request-to-case boundary

Backend writes

TableWrite
disclosure_requestsParent request with organization, application, requester, reason, status, type, approvals required
case_requestsInvestigation basis, period, access window, disclosure flags, future case id, contract filters
case_request_auditor_assignmentsProposed auditors before approval
auditors_logRequest-created activity after successful handler execution

Withdraw a pending request

If the auditor created a pending request and no longer needs it:
  1. Open Case Review.
  2. Find the pending case row.
  3. Click Withdraw.
Withdrawal requires cases:withdraw_pending_request.

Next state

StateMeaning
pendingWaiting for application administrator action
approvedActive case created; assigned auditors can access scoped data
closedRequest closed without granting case access
See Approve a disclosure request for the administrator workflow.