Skip to main content

Candidate management

The Candidate Management page (/admin/candidates) gives admins full visibility into the candidate database with search, filtering, profile completeness scoring, and data export.


Candidate table

The table lists all candidate accounts on the platform.

Columns

ColumnDescription
NameFull name or primary email if no name set
HeadlineProfessional headline from profile
LocationReported location
StatusVerified (ACTIVE / OPEN_TO_WORK), Flagged (ARCHIVED), or Pending
CompletenessPercentage of core profile fields filled (name, headline, location, summary, resume, skills, experience)
Last updatedRelative date of last profile modification
SkillsTop skill tags (truncated)

Searching and filtering

  • Search bar — searches by name, email, headline, or location
  • Status filter — toggle between All, Verified, Pending, or Flagged
  • Experience filter — minimum years of experience

Entity detail

Click any row to open the Entity Detail view showing all stored profile fields.


Exporting candidates

Click Export to download a JSON file containing the visible candidate list. Fields exported: id, name, email, headline, location, status, skills.

warning

Exported files contain personal data. Handle according to your data retention and privacy policies.

Admin Candidate Management