Blocked SSNs prevent reports from being processed for candidates with specific SSNs. If a report is created for one of your blocked SSNs, it will automatically be canceled right away. This feature must be enabled for your account. Use this resource to manage the list of blocked SSNs for your account.
Retrieve a paginated list of blocked SSNs for your account. See Pagination.
List of blocked SSNs
Unauthorized
Not Found
{- "object": "list",
- "meta": {
- "page": 2,
- "per_page": 25,
- "total_count": 137,
- "total_pages": 6
}, - "data": [
- {
- "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
- "masked_ssn": "###-##-6789",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]
}Add an SSN to the blocked list for your account. Reports created for candidates with a blocked SSN will automatically be canceled right away.
required | object |
Blocked SSN was created successfully
Bad Request
Unauthorized
Unprocessable Entity
{- "blocked_ssn": {
- "ssn": "111-22-3333"
}
}{- "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
- "masked_ssn": "###-##-6789",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Remove an SSN from the blocked list for your account.This won't impact any previously-canceled reports for that SSN. It will allow processing of future reports created for that SSN.
Blocked SSN was deleted successfully
Unauthorized
Not Found
{- "errors": [
- "Not Authenticated"
]
}