Returns a paginated list of every beneficiary across all users. Requires the internal-admin role.
Pagination supports either cursor-based (last_evaluated_key) or page-number-based (page) navigation. When page > 1 and no last_evaluated_key is supplied, the service sequentially scans through earlier pages to derive the correct cursor — this is expensive and last_evaluated_key is preferred for production use.