Provenance
PublisherHireRight
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (API key)
Methods (7)
listAccounts
readList company accounts available to the configured HireRight user.
listPackages
readList screening packages available to the configured HireRight user.
listProducts
readList individual screening products available to the configured user.
searchOrders
readSearch orders by non-PII criteria; date ranges cannot exceed 24 hours.
Input schema
{ "type": "object", "properties": { "id": { "type": "string", "description": "HireRight order ID." }, "packageName": { "type": "string", "description": "Exact package-name filter." }, "status": { "type": "string", "description": "Order-status filter." }, "dateCreatedFrom": { "type": "string" }, "dateCreatedTo": { "type": "string" }, "dateCompletedFrom": { "type": "string" }, "dateCompletedTo": { "type": "string" }, "dateAdjudicatedFrom": { "type": "string" }, "dateAdjudicatedTo": { "type": "string" } }, "additionalProperties": false }getOrderStatus
readRetrieve a status summary for one existing HireRight order.
Required paramsidInput schema
{ "type": "object", "properties": { "id": { "type": "string", "description": "HireRight order ID." } }, "required": [ "id" ], "additionalProperties": false }getOrderReport
readGet an order report with PII, documents, PDFs, and links redacted.
Required paramsidInput schema
{ "type": "object", "properties": { "id": { "type": "string", "description": "HireRight order ID." } }, "required": [ "id" ], "additionalProperties": false }getServiceInfo
readReturn static HireRight connector capabilities, privacy controls, and API documentation.
