Background Checks

A Background Check refers to the Agency-configured Check being performed. This is compared to a Background Check Log, which is an instance of a Background Check applied to a particular User Agency Profile.

  • id* (string) - The primary key for the record.
  • type* (string) - The JSON:API type specifier.
  • attributes* (object) - Primary record attributes.
    • created-at* (string) - Date and time that the Background Check was created in Binti.

    • updated-at* (string) - Date and time that the Background Check was last updated.

    • name* (string) - Name of the Background Check.

    • required* (boolean) - Whether or not the Background Check is required.

    • renewal-required* (boolean) - Whether or not the Background Check must be refreshed with every renewal.

    • step* (string) - Used for tracking mid-term stages of the background check process. For example, 'request' is used for Background Checks with a delay in receiving the results.

      Allowed values
      • request
      • received
      • emergency_request
      • emergency_received
      • full_cycle