productivity
SmartRecruiters MCP, CLI, and Lua Integration for AI Agents
SmartRecruiters integration docs for AI agents: MCP gateway setup, SmartRecruiters CLI commands, Lua API reference, credentials, and function schemas.SmartRecruiters for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
smartrecruiters.smartrecruiters_apply_create_candidate | Write write | 2 | Create a New Candidate Application Official SmartRecruiters endpoint: POST /postings/{uuid}/candidates from apply-api.json. |
smartrecruiters.smartrecruiters_apply_get_apply_configuration_for_posting | Read read | 3 | Get application configuration for posting Official SmartRecruiters endpoint: GET /postings/{uuid}/configuration from apply-api.json. |
smartrecruiters.smartrecruiters_apply_get_application_status | Read read | 2 | Get candidate status Official SmartRecruiters endpoint: GET /postings/{uuid}/candidates/{candidateId}/status from apply-api.json. |
smartrecruiters.smartrecruiters_approvals_approvals_get_by_id | Read read | 1 | Get approval request by id Official SmartRecruiters endpoint: GET /approvals/{approvalRequestId} from approvals-api.json. |
smartrecruiters.smartrecruiters_approvals_approvals_comments_get | Read read | 1 | Get comments for given approval request Official SmartRecruiters endpoint: GET /approvals/{approvalRequestId}/comments from approvals-api.json. |
smartrecruiters.smartrecruiters_approvals_approvals_comments_create | Read read | 2 | Add comment to given approval request Official SmartRecruiters endpoint: POST /approvals/{approvalRequestId}/comments from approvals-api.json. |
smartrecruiters.smartrecruiters_approvals_approvals_get | Read read | 1 | Get pending approvals requests where you are an approver. Official SmartRecruiters endpoint: GET /approvals from approvals-api.json. |
smartrecruiters.smartrecruiters_approvals_approvals_create | Read read | 1 | Create approval request Official SmartRecruiters endpoint: POST /approvals from approvals-api.json. |
smartrecruiters.smartrecruiters_approvals_approvals_approve | Read read | 2 | Approve the approval request by id Official SmartRecruiters endpoint: POST /approvals/{approvalRequestId}/approve-decisions from approvals-api.json. |
smartrecruiters.smartrecruiters_approvals_approvals_reject | Read read | 2 | Reject the approval request by id Official SmartRecruiters endpoint: POST /approvals/{approvalRequestId}/reject-decisions from approvals-api.json. |
smartrecruiters.smartrecruiters_assessments_orders_get_list | Read read | 1 | Retrieves all assessment orders for specified application Official SmartRecruiters endpoint: GET /assessment-orders from assessments-api.json. |
smartrecruiters.smartrecruiters_audit_audit_get | Read read | 9 | List audit events Official SmartRecruiters endpoint: GET /audit-events from audit-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_access_group_create | Read read | 1 | Create access group Official SmartRecruiters endpoint: POST /configuration/access-groups from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_access_group_list | Read read | 2 | List access groups Official SmartRecruiters endpoint: GET /configuration/access-groups from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_access_group_get | Read read | 1 | Get access group Official SmartRecruiters endpoint: GET /configuration/access-groups/{accessGroupId} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_access_group_update | Read read | 2 | Update access group Official SmartRecruiters endpoint: PUT /configuration/access-groups/{accessGroupId} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_access_group_delete | Read read | 1 | Delete access group Official SmartRecruiters endpoint: DELETE /configuration/access-groups/{accessGroupId} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_company_my | Read read | 0 | Get company information Official SmartRecruiters endpoint: GET /configuration/company from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_all | Read read | 1 | Get a list of available job properties Official SmartRecruiters endpoint: GET /configuration/job-properties from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_create | Read read | 1 | Create a job property Official SmartRecruiters endpoint: POST /configuration/job-properties from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_get | Read read | 2 | Get job property by id Official SmartRecruiters endpoint: GET /configuration/job-properties/{id} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_update | Read read | 2 | Update a job property Official SmartRecruiters endpoint: PATCH /configuration/job-properties/{id} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_translations_patch | Read read | 2 | Add a job property's translations Official SmartRecruiters endpoint: PATCH /configuration/job-properties/{id}/translations from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_values_get | Read read | 4 | Get available job property values Official SmartRecruiters endpoint: GET /configuration/job-properties/{id}/values from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_values_create | Read read | 2 | Create a job property value Official SmartRecruiters endpoint: POST /configuration/job-properties/{id}/values from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_values_deprecated_archive | Read read | 2 | Archive a job property value Official SmartRecruiters endpoint: DELETE /configuration/job-properties/{id}/values/{valueId} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_values_deprecated_unarchive | Read read | 2 | Unarchive a job property value Official SmartRecruiters endpoint: PUT /configuration/job-properties/{id}/values/{valueId} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_values_update | Read read | 3 | Update a job property value Official SmartRecruiters endpoint: PATCH /configuration/job-properties/{id}/values/{valueId} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_values_translations_patch | Read read | 3 | Add a job property value's translations Official SmartRecruiters endpoint: PATCH /configuration/job-properties/{id}/values/{valueId}/translations from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_values_archive | Read read | 2 | Archive a job property value Official SmartRecruiters endpoint: PUT /configuration/job-properties/{id}/archive-values/{valueId} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_values_unarchive | Read read | 2 | Unarchive a job property value Official SmartRecruiters endpoint: DELETE /configuration/job-properties/{id}/archive-values/{valueId} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_activate | Read read | 1 | Activate a job property Official SmartRecruiters endpoint: PUT /configuration/job-properties/{id}/activation from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_deactivate | Read read | 1 | Deactivate a job property Official SmartRecruiters endpoint: DELETE /configuration/job-properties/{id}/activation from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_dependents_all | Read read | 2 | Get job property's dependents Official SmartRecruiters endpoint: GET /configuration/job-properties/{id}/dependents from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_dependents_create | Read read | 2 | Create job property dependents Official SmartRecruiters endpoint: POST /configuration/job-properties/{id}/dependents from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_dependents_remove | Read read | 2 | Remove job property's dependent Official SmartRecruiters endpoint: DELETE /configuration/job-properties/{id}/dependents/{dependentId} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_dependents_values_all | Read read | 3 | Get dependent job property's values Official SmartRecruiters endpoint: GET /configuration/job-properties/{id}/dependents/{dependentId}/values from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_dependents_values_get | Read read | 6 | Get job property's dependent values Official SmartRecruiters endpoint: GET /configuration/job-properties/{id}/values/{valueId}/dependents/{dependentId}/values from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_dependents_values_add | Read read | 4 | Add job property's dependent value Official SmartRecruiters endpoint: POST /configuration/job-properties/{id}/values/{valueId}/dependents/{dependentId}/values from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_job_properties_dependents_values_remove | Read read | 4 | Remove job property's dependent values relationship Official SmartRecruiters endpoint: DELETE /configuration/job-properties/{id}/values/{valueId}/dependents/{dependentId}/values/{dependentValueId} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_department_create | Read read | 1 | Creates department Official SmartRecruiters endpoint: POST /configuration/departments from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_department_all | Read read | 1 | Get departments Official SmartRecruiters endpoint: GET /configuration/departments from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_department_get | Read read | 1 | Get department Official SmartRecruiters endpoint: GET /configuration/departments/{id} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_hiring_process_all | Read read | 0 | Get list of hiring process Official SmartRecruiters endpoint: GET /configuration/hiring-processes from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_hiring_process_get | Read read | 1 | Get hiring process Official SmartRecruiters endpoint: GET /configuration/hiring-processes/{id} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_offer_properties_all | Read read | 0 | Get a list of available offer properties Official SmartRecruiters endpoint: GET /configuration/offer-properties from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_candidate_properties_all | Read read | 0 | Get a list of available candidate properties Official SmartRecruiters endpoint: GET /configuration/candidate-properties from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_candidate_properties_get | Read read | 1 | Get candidate property by id Official SmartRecruiters endpoint: GET /configuration/candidate-properties/{id} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_candidate_properties_values_all | Read read | 1 | Get Candidate Property values Official SmartRecruiters endpoint: GET /configuration/candidate-properties/{id}/values from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_candidate_properties_values_create | Read read | 2 | Create candidate property value Official SmartRecruiters endpoint: POST /configuration/candidate-properties/{id}/values from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_candidate_properties_values_get | Read read | 2 | Get Candidate Property value by id Official SmartRecruiters endpoint: GET /configuration/candidate-properties/{id}/values/{valueId} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_candidate_properties_values_update | Read read | 3 | Update candidate property value label Official SmartRecruiters endpoint: PUT /configuration/candidate-properties/{id}/values/{valueId} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_candidate_properties_values_delete | Read read | 2 | Remove candidate property value Official SmartRecruiters endpoint: DELETE /configuration/candidate-properties/{id}/values/{valueId} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_source_types | Read read | 0 | List candidate source types with subtypes Official SmartRecruiters endpoint: GET /configuration/sources from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_source_values_all | Read read | 4 | List candidate sources Official SmartRecruiters endpoint: GET /configuration/sources/{sourceType}/values from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_source_values_single | Read read | 3 | Get a candidate source Official SmartRecruiters endpoint: GET /configuration/sources/{sourceType}/values/{sourceValueId} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_source_values_single_by_identifier | Read read | 1 | Get a candidate source by identifier. Official SmartRecruiters endpoint: GET /configuration/sources/{sourceIdentifier} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_source_values_recruiter_source_by_name | Read read | 1 | Get recruiter source by name Official SmartRecruiters endpoint: PUT /configuration/sources/recruiters/resolve from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_reasons_rejection_all | Read read | 0 | Get rejection reasons Official SmartRecruiters endpoint: GET /configuration/rejection-reasons from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_reasons_withdrawal_all | Read read | 0 | Get withdrawal reasons Official SmartRecruiters endpoint: GET /configuration/withdrawal-reasons from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_careersites_list | Read read | 2 | List career sites configurations Official SmartRecruiters endpoint: GET /configuration/career-sites from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_careersites_get | Read read | 1 | Get details of career site configuration Official SmartRecruiters endpoint: GET /configuration/career-sites/{careerSiteId} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_predefined_locations_get_many | Read read | 3 | Get list of predefined locations Official SmartRecruiters endpoint: GET /configuration/predefined-locations from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_predefined_locations_create_one | Write write | 1 | Create predefined location Official SmartRecruiters endpoint: POST /configuration/predefined-locations from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_predefined_locations_delete_many | Write write | 1 | Remove multiple predefined locations Official SmartRecruiters endpoint: DELETE /configuration/predefined-locations from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_predefined_locations_get_one | Read read | 1 | Get predefined location by id Official SmartRecruiters endpoint: GET /configuration/predefined-locations/{id} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_predefined_locations_update_one | Write write | 2 | Update predefined location Official SmartRecruiters endpoint: PUT /configuration/predefined-locations/{id} from configuration-api.json. |
smartrecruiters.smartrecruiters_configuration_configuration_predefined_locations_delete_one | Write write | 1 | Remove predefined location Official SmartRecruiters endpoint: DELETE /configuration/predefined-locations/{id} from configuration-api.json. |
smartrecruiters.smartrecruiters_interviews_types_get | Read read | 0 | Retrieves interview types Official SmartRecruiters endpoint: GET /interview-types from interviews.json. |
smartrecruiters.smartrecruiters_interviews_types_update | Read read | 1 | Adds interview types to already existing ones Official SmartRecruiters endpoint: PATCH /interview-types from interviews.json. |
smartrecruiters.smartrecruiters_interviews_types_delete | Read read | 1 | Removes interview type with given name Official SmartRecruiters endpoint: DELETE /interview-types/{interviewType} from interviews.json. |
smartrecruiters.smartrecruiters_interviews_interviews_get_list | Read read | 1 | Retrieves a list of interviews Official SmartRecruiters endpoint: GET /interviews from interviews.json. |
smartrecruiters.smartrecruiters_interviews_interviews_create | Read read | 1 | Creates an interview Official SmartRecruiters endpoint: POST /interviews from interviews.json. |
smartrecruiters.smartrecruiters_interviews_interviews_get | Read read | 1 | Retrieves an interview Official SmartRecruiters endpoint: GET /interviews/{interviewId} from interviews.json. |
smartrecruiters.smartrecruiters_interviews_interviews_update | Read read | 2 | Modifies an interview Official SmartRecruiters endpoint: PATCH /interviews/{interviewId} from interviews.json. |
smartrecruiters.smartrecruiters_interviews_interviews_delete | Read read | 1 | Deletes an interview Official SmartRecruiters endpoint: DELETE /interviews/{interviewId} from interviews.json. |
smartrecruiters.smartrecruiters_interviews_timeslots_create | Read read | 2 | Creates a timeslot Official SmartRecruiters endpoint: POST /interviews/{interviewId}/timeslots from interviews.json. |
smartrecruiters.smartrecruiters_interviews_timeslots_get | Read read | 2 | Retrieves a timeslot Official SmartRecruiters endpoint: GET /interviews/{interviewId}/timeslots/{timeslotId} from interviews.json. |
smartrecruiters.smartrecruiters_interviews_timeslots_update | Read read | 3 | Modifies a timeslot Official SmartRecruiters endpoint: PATCH /interviews/{interviewId}/timeslots/{timeslotId} from interviews.json. |
smartrecruiters.smartrecruiters_interviews_timeslots_delete | Read read | 2 | Deletes a timeslot Official SmartRecruiters endpoint: DELETE /interviews/{interviewId}/timeslots/{timeslotId} from interviews.json. |
smartrecruiters.smartrecruiters_interviews_statuses_candidate_put | Read read | 2 | Changes a candidate's status. Official SmartRecruiters endpoint: PUT /interviews/{interviewId}/candidate/status from interviews.json. |
smartrecruiters.smartrecruiters_interviews_statuses_interviewer_put | Read read | 4 | Changes a interviewer's status in given timeslot Official SmartRecruiters endpoint: PUT /interviews/{interviewId}/timeslots/{timeslotId}/interviewers/{userId}/status from interviews.json. |
smartrecruiters.smartrecruiters_interviews_timeslots_patch_noshow | Read read | 3 | Changes no-show value in a timeslot Official SmartRecruiters endpoint: PATCH /interviews/{interviewId}/timeslots/{timeslotId}/noshow from interviews.json. |
smartrecruiters.smartrecruiters_interviews_statuses_timeslot_candidate_put | Read read | 3 | Changes a candidate's status in given timeslot Official SmartRecruiters endpoint: PUT /interviews/{interviewId}/timeslots/{timeslotId}/candidateStatus from interviews.json. |
smartrecruiters.smartrecruiters_jobs_jobs_positions_all | Read read | 2 | Positions for a job Official SmartRecruiters endpoint: GET /jobs/{jobId}/positions from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_positions_create | Read read | 2 | Create a new position for a job Official SmartRecruiters endpoint: POST /jobs/{jobId}/positions from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_positions_get | Read read | 3 | Get a single position Official SmartRecruiters endpoint: GET /jobs/{jobId}/positions/{positionId} from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_positions_update | Read read | 3 | Update position Official SmartRecruiters endpoint: PUT /jobs/{jobId}/positions/{positionId} from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_positions_remove | Read read | 2 | Delete position Official SmartRecruiters endpoint: DELETE /jobs/{jobId}/positions/{positionId} from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_jobads_all | Read read | 2 | Find and list job ads for a given job Official SmartRecruiters endpoint: GET /jobs/{jobId}/jobads from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_jobads_create | Read read | 2 | Create a new job ad Official SmartRecruiters endpoint: POST /jobs/{jobId}/jobads from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_jobads_get | Read read | 3 | Get a job ad Official SmartRecruiters endpoint: GET /jobs/{jobId}/jobads/{jobAdId} from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_jobads_update | Read read | 3 | Update a job ad Official SmartRecruiters endpoint: PUT /jobs/{jobId}/jobads/{jobAdId} from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_jobads_postings_create | Read read | 3 | Publishes a job ad Official SmartRecruiters endpoint: POST /jobs/{jobId}/jobads/{jobAdId}/postings from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_jobads_postings_all | Read read | 4 | List publications for a job ad Official SmartRecruiters endpoint: GET /jobs/{jobId}/jobads/{jobAdId}/postings from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_jobads_postings_unpublish | Read read | 2 | Unpublish a job ad Official SmartRecruiters endpoint: DELETE /jobs/{jobId}/jobads/{jobAdId}/postings from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_publication_create | Read read | 2 | Publishes a default job ad Official SmartRecruiters endpoint: POST /jobs/{jobId}/publication from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_publication_unpublish | Read read | 1 | Unpublishes a job from all sources Official SmartRecruiters endpoint: DELETE /jobs/{jobId}/publication from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_publication_all | Read read | 3 | Find and list publications for a job Official SmartRecruiters endpoint: GET /jobs/{jobId}/publication from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_hiring_team_get | Read read | 2 | Get hiring team of a job with a given id. Official SmartRecruiters endpoint: GET /jobs/{jobId}/hiring-team from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_hiring_team_add | Read read | 2 | Add hiring team member of a job with a given id. Official SmartRecruiters endpoint: POST /jobs/{jobId}/hiring-team from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_hiring_team_remove | Read read | 2 | Removes hiring team member of a job with a given id. Official SmartRecruiters endpoint: DELETE /jobs/{jobId}/hiring-team/{userId} from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_notes_get | Read read | 2 | Get note of a job. Official SmartRecruiters endpoint: GET /jobs/{jobId}/note from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_notes_update | Read read | 2 | Update note of a job. Official SmartRecruiters endpoint: PUT /jobs/{jobId}/note from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_headcount_update | Read read | 2 | Update job headcount. Official SmartRecruiters endpoint: PATCH /jobs/{jobId}/headcount from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_all | Read read | 15 | Search jobs Official SmartRecruiters endpoint: GET /jobs from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_create | Read read | 1 | Create a new job Official SmartRecruiters endpoint: POST /jobs from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_get | Read read | 2 | Get content of a job with a given id. Official SmartRecruiters endpoint: GET /jobs/{jobId} from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_patch | Read read | 2 | Update a job Official SmartRecruiters endpoint: PATCH /jobs/{jobId} from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_update | Read read | 2 | Updates job Official SmartRecruiters endpoint: PUT /jobs/{jobId} from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_status_update | Read read | 2 | Updates job status Official SmartRecruiters endpoint: PUT /jobs/{jobId}/status from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_status_history_get | Read read | 2 | Job status history Official SmartRecruiters endpoint: GET /jobs/{jobId}/status/history from jobs-api.json. |
smartrecruiters.smartrecruiters_jobs_jobs_approvals_latest | Read read | 2 | Get latest approval request for given job Official SmartRecruiters endpoint: GET /jobs/{jobId}/approvals/latest from jobs-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_tags_add | Read read | 2 | Add tags to a candidate Official SmartRecruiters endpoint: POST /candidates/{id}/tags from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_tags_get | Read read | 1 | Get tags for a candidate Official SmartRecruiters endpoint: GET /candidates/{id}/tags from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_tags_replace | Read read | 2 | Update tags for a candidate Official SmartRecruiters endpoint: PUT /candidates/{id}/tags from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_tags_delete | Read read | 1 | Delete tags for a candidate Official SmartRecruiters endpoint: DELETE /candidates/{id}/tags from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_onboarding_get | Read read | 1 | Get Onboarding Status for a candidate Official SmartRecruiters endpoint: GET /candidates/{id}/onboardingStatus from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_onboarding_update | Read read | 2 | Set Onboarding Status for a candidate Official SmartRecruiters endpoint: PUT /candidates/{id}/onboardingStatus from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_onboarding_get_for_job | Read read | 2 | Get Onboarding Status for a candidate associated with given job Official SmartRecruiters endpoint: GET /candidates/{id}/jobs/{jobId}/onboardingStatus from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_onboarding_update_for_job | Write write | 3 | Sets Onboarding Status for a candidate associated with given job Official SmartRecruiters endpoint: PUT /candidates/{id}/jobs/{jobId}/onboardingStatus from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_all | Read read | 20 | Search candidates Official SmartRecruiters endpoint: GET /candidates from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_add | Read read | 1 | Create a new candidate and assign to a Talent Pool Official SmartRecruiters endpoint: POST /candidates from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_resume_add | Write write | 1 | Parse a resume, create a candidate and assign to a Talent Pool. Official SmartRecruiters endpoint: POST /candidates/cv from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_resume_parse | Write write | 1 | Parse a resume Official SmartRecruiters endpoint: POST /candidates/cv/parse from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_consent_request_batch | Read read | 1 | Request consent from multiple candidates Official SmartRecruiters endpoint: POST /candidates/consent-requests from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_consent_status | Read read | 1 | Status of candidate consent Official SmartRecruiters endpoint: GET /candidates/{id}/consent from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_consent_decisions | Read read | 1 | Candidate consent decisions Official SmartRecruiters endpoint: GET /candidates/{id}/consents from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_get | Read read | 1 | Get details of a candidate Official SmartRecruiters endpoint: GET /candidates/{id} from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_delete | Read read | 1 | Delete Candidate Official SmartRecruiters endpoint: DELETE /candidates/{id} from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_update | Read read | 2 | Update candidate personal information Official SmartRecruiters endpoint: PATCH /candidates/{id} from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_attachments_list | Read read | 1 | Get list candidate's attachments. Official SmartRecruiters endpoint: GET /candidates/{id}/attachments from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_attachments_add | Read read | 2 | Attach files to a candidate. Official SmartRecruiters endpoint: POST /candidates/{id}/attachments from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_attachments_get | Read read | 2 | Get a candidate's attachment. Official SmartRecruiters endpoint: GET /candidates/{id}/attachments/{attachmentId} from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_attachments_list_for_job | Read read | 2 | Get list of candidate's attachments in context of given job. Official SmartRecruiters endpoint: GET /candidates/{id}/jobs/{jobId}/attachments from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_attachments_add_for_job | Write write | 3 | Attach file to candidate in context of given job. Official SmartRecruiters endpoint: POST /candidates/{id}/jobs/{jobId}/attachments from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_attachments_get_for_job | Read read | 1 | Get candidate's attachment. Official SmartRecruiters endpoint: GET /candidates/attachments/{attachmentId} from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_attachments_delete_for_job | Write write | 1 | Delete attachment. Official SmartRecruiters endpoint: DELETE /candidates/attachments/{attachmentId} from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_status_update | Read read | 3 | Update a candidate's status Official SmartRecruiters endpoint: PUT /candidates/{id}/jobs/{jobId}/status from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_status_update_primary | Write write | 2 | Update a candidate's status on primary assignment Official SmartRecruiters endpoint: PUT /candidates/{id}/status from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_status_history_get | Read read | 1 | Get candidate's status history Official SmartRecruiters endpoint: GET /candidates/{id}/status/history from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_status_history_get_for_job | Read read | 2 | Get candidate's status history for a candidate's job Official SmartRecruiters endpoint: GET /candidates/{id}/jobs/{jobId}/status/history from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_source_update | Read read | 3 | Update a candidate's source Official SmartRecruiters endpoint: PUT /candidates/{id}/jobs/{jobId}/source from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_properties_get | Read read | 2 | Get candidate property values for a candidate Official SmartRecruiters endpoint: GET /candidates/{id}/properties from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_properties_get_for_job | Read read | 3 | Get candidate property values for a candidate's job Official SmartRecruiters endpoint: GET /candidates/{id}/jobs/{jobId}/properties from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_properties_values_batch_update_for_job | Write write | 3 | Add/update candidate properties values Official SmartRecruiters endpoint: PUT /candidates/{id}/jobs/{jobId}/properties from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_properties_values_update | Read read | 3 | Add/update candidate property value Official SmartRecruiters endpoint: PUT /candidates/{id}/properties/{propertyId} from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_properties_values_update_for_job | Write write | 4 | Add/update candidate property value Official SmartRecruiters endpoint: PUT /candidates/{id}/jobs/{jobId}/properties/{propertyId} from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_screening_answers_get | Read read | 2 | Get candidate screening answers for a candidate's job Official SmartRecruiters endpoint: GET /candidates/{id}/jobs/{jobId}/screening-answers from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_add_to_job | Write write | 2 | Create a new candidate and assign to a job Official SmartRecruiters endpoint: POST /jobs/{jobId}/candidates from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_resume_add_to_job | Write write | 2 | Parse a resume, create a candidate and assign to a job. Official SmartRecruiters endpoint: POST /jobs/{jobId}/candidates/cv from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_get_application | Read read | 2 | Get details of a candidate's application to a job Official SmartRecruiters endpoint: GET /candidates/{id}/jobs/{jobId} from candidates-api.json. |
smartrecruiters.smartrecruiters_candidates_candidates_delete_application | Write write | 2 | Delete candidate's application to a job Official SmartRecruiters endpoint: DELETE /candidates/{id}/jobs/{jobId} from candidates-api.json. |
smartrecruiters.smartrecruiters_job_applications_job_applications_get_by_id | Read read | 1 | Get a job application Official SmartRecruiters endpoint: GET /job-applications/{jobApplicationId} from job-applications-api.json. |
smartrecruiters.smartrecruiters_job_applications_job_applications_delete_by_id | Write write | 1 | Delete a job application Official SmartRecruiters endpoint: DELETE /job-applications/{jobApplicationId} from job-applications-api.json. |
smartrecruiters.smartrecruiters_job_applications_job_applications_post_consent_request | Read read | 1 | Request consent for a job application Official SmartRecruiters endpoint: POST /job-applications/{jobApplicationId}/consent-request from job-applications-api.json. |
smartrecruiters.smartrecruiters_job_applications_job_applications_get_consent_decision | Read read | 1 | Get consent decisions Official SmartRecruiters endpoint: GET /job-applications/{jobApplicationId}/consents from job-applications-api.json. |
smartrecruiters.smartrecruiters_messages_messages_shares_create | Read read | 1 | Shares new messages on Hireloop with Users, Hiring Teams or Everyone and sends emails. Official SmartRecruiters endpoint: POST /messages/shares from messages-api.json. |
smartrecruiters.smartrecruiters_messages_messages_shares_delete | Read read | 1 | Delete a message Official SmartRecruiters endpoint: DELETE /messages/shares/{id} from messages-api.json. |
smartrecruiters.smartrecruiters_messages_messages_fetch | Read read | 4 | Fetch messages Official SmartRecruiters endpoint: GET /messages from messages-api.json. |
smartrecruiters.smartrecruiters_reviews_scorecards_criteria_get_by_job_id | Read read | 1 | Retrieves all criteria for specified job Official SmartRecruiters endpoint: GET /jobs/{jobId}/criteria from reviews.json. |
smartrecruiters.smartrecruiters_reviews_reviews_get_list | Read read | 2 | Retrieves all reviews for specified candidate and job Official SmartRecruiters endpoint: GET /reviews from reviews.json. |
smartrecruiters.smartrecruiters_reviews_reviews_create | Read read | 1 | Creates a review Official SmartRecruiters endpoint: POST /reviews from reviews.json. |
smartrecruiters.smartrecruiters_reviews_reviews_get | Read read | 1 | Retrieves a review Official SmartRecruiters endpoint: GET /reviews/{reviewId} from reviews.json. |
smartrecruiters.smartrecruiters_reviews_reviews_update | Read read | 2 | Updates a review Official SmartRecruiters endpoint: PATCH /reviews/{reviewId} from reviews.json. |
smartrecruiters.smartrecruiters_reviews_reviews_delete | Read read | 2 | Deletes a review Official SmartRecruiters endpoint: DELETE /reviews/{reviewId} from reviews.json. |
smartrecruiters.smartrecruiters_reporting_get_report_files | Read read | 3 | Get report files Official SmartRecruiters endpoint: GET /reports/{reportId}/files from reporting-api.json. |
smartrecruiters.smartrecruiters_reporting_generate_ad_hoc_report | Read read | 1 | Generate ad-hoc report Official SmartRecruiters endpoint: POST /reports/{reportId}/files from reporting-api.json. |
smartrecruiters.smartrecruiters_reporting_get_reports | Read read | 2 | Get reports Official SmartRecruiters endpoint: GET /reports from reporting-api.json. |
smartrecruiters.smartrecruiters_reporting_get_report | Read read | 1 | Get report Official SmartRecruiters endpoint: GET /reports/{reportId} from reporting-api.json. |
smartrecruiters.smartrecruiters_reporting_get_most_recent_report_file | Read read | 2 | Get most recent report file Official SmartRecruiters endpoint: GET /reports/{reportId}/files/recent from reporting-api.json. |
smartrecruiters.smartrecruiters_reporting_download_most_recent_report_file | Read read | 2 | Download most recent report file Official SmartRecruiters endpoint: GET /reports/{reportId}/files/recent/data from reporting-api.json. |
smartrecruiters.smartrecruiters_reporting_get_report_file | Read read | 1 | Get report file Official SmartRecruiters endpoint: GET /files/{reportFileId} from reporting-api.json. |
smartrecruiters.smartrecruiters_reporting_download_report_file | Read read | 1 | Download report file Official SmartRecruiters endpoint: GET /files/{reportFileId}/data from reporting-api.json. |
smartrecruiters.smartrecruiters_users_api_deprecated_users_all | Read read | 4 | List users of your company Official SmartRecruiters endpoint: GET /users from users-api-deprecated.json. |
smartrecruiters.smartrecruiters_users_api_deprecated_users_create | Read read | 1 | Create a new user Official SmartRecruiters endpoint: POST /users from users-api-deprecated.json. |
smartrecruiters.smartrecruiters_users_api_deprecated_users_me | Read read | 0 | Get details of my user Official SmartRecruiters endpoint: GET /users/me from users-api-deprecated.json. |
smartrecruiters.smartrecruiters_users_api_deprecated_users_get | Read read | 1 | Get details of a user with given id Official SmartRecruiters endpoint: GET /users/{id} from users-api-deprecated.json. |
smartrecruiters.smartrecruiters_users_api_deprecated_users_activation_delete | Read read | 1 | Deactivate a user Official SmartRecruiters endpoint: DELETE /users/{id} from users-api-deprecated.json. |
smartrecruiters.smartrecruiters_users_api_deprecated_users_update | Read read | 2 | Update a user Official SmartRecruiters endpoint: PATCH /users/{id} from users-api-deprecated.json. |
smartrecruiters.smartrecruiters_users_api_deprecated_users_activation_email_send | Read read | 1 | Send an activation email to a user Official SmartRecruiters endpoint: POST /users/{id}/activation-email from users-api-deprecated.json. |
smartrecruiters.smartrecruiters_users_api_deprecated_users_activation_activate | Read read | 1 | Activate a user Official SmartRecruiters endpoint: PUT /users/{id}/activation from users-api-deprecated.json. |
smartrecruiters.smartrecruiters_users_api_deprecated_users_activation_deactivate | Read read | 1 | Deactivate a user Official SmartRecruiters endpoint: DELETE /users/{id}/activation from users-api-deprecated.json. |
smartrecruiters.smartrecruiters_users_api_deprecated_users_avatar_update | Read read | 2 | Update user avatar Official SmartRecruiters endpoint: PUT /users/{id}/avatar from users-api-deprecated.json. |
smartrecruiters.smartrecruiters_smartonboard_new_hires_get | Read read | 1 | Returns details for a single New Hire Official SmartRecruiters endpoint: GET /new-hires/{newHireId} from smartonboard.json. |
smartrecruiters.smartrecruiters_smartonboard_onboarding_processes_get | Read read | 1 | Returns details of a single Onboarding Process Official SmartRecruiters endpoint: GET /onboarding-processes/{onboardingProcessId} from smartonboard.json. |
smartrecruiters.smartrecruiters_smartonboard_web_form_assignments_form_answers_get | Read read | 1 | Returns answers submitted for a single Web Form Assignment Official SmartRecruiters endpoint: GET /web-form-assignments/{webFormAssignmentId}/form-answers from smartonboard.json. |
smartrecruiters.smartrecruiters_smartonboard_web_form_assignments_fields_metadata_get | Read read | 1 | Returns metadata for the fields that belong to a single Web Form Assignment Official SmartRecruiters endpoint: GET /web-form-assignments/{webFormAssignmentId}/fields-metadata from smartonboard.json. |
smartrecruiters.smartrecruiters_smartonboard_fillable_pdf_form_assignments_form_answers_get | Read read | 1 | Returns answers submitted for a single Fillable PDF Form Assignment Official SmartRecruiters endpoint: GET /fillable-pdf-form-assignments/{fillablePdfFormAssignmentId}/form-answers from smartonboard.json. |
smartrecruiters.smartrecruiters_smartonboard_onboarding_processes_assignments_get | Read read | 2 | Returns Assignments associated with a single Onboarding Process Official SmartRecruiters endpoint: GET /onboarding-processes/{onboardingProcessId}/assignments from smartonboard.json. |
smartrecruiters.smartrecruiters_smartonboard_onboarding_processes_assignment_get | Read read | 2 | Returns specific Assignment associated with a single Onboarding Process Official SmartRecruiters endpoint: GET /onboarding-processes/{onboardingProcessId}/assignments/{assignmentId} from smartonboard.json. |
smartrecruiters.smartrecruiters_smartonboard_activity_assignments_attachments_get | Read read | 1 | Returns list of Attachments submitted for a single Activity Assignment Official SmartRecruiters endpoint: GET /activity-assignments/{activityAssignmentId}/attachments from smartonboard.json. |
smartrecruiters.smartrecruiters_smartonboard_activity_assignments_attachments_get_by_id | Read read | 2 | Returns single Attachment for specific Activity Assignment Official SmartRecruiters endpoint: GET /activity-assignments/{activityAssignmentId}/attachments/{attachmentId} from smartonboard.json. |
smartrecruiters.smartrecruiters_users_users_all | Read read | 4 | List users of your company Official SmartRecruiters endpoint: GET /users from users-api.json. |
smartrecruiters.smartrecruiters_users_users_create | Read read | 1 | Create a new user. Official SmartRecruiters endpoint: POST /users from users-api.json. |
smartrecruiters.smartrecruiters_users_users_me | Read read | 0 | Get details of my user Official SmartRecruiters endpoint: GET /users/me from users-api.json. |
smartrecruiters.smartrecruiters_users_users_get | Read read | 1 | Get details of a user with given id Official SmartRecruiters endpoint: GET /users/{id} from users-api.json. |
smartrecruiters.smartrecruiters_users_users_update | Read read | 2 | Update a user Official SmartRecruiters endpoint: PATCH /users/{id} from users-api.json. |
smartrecruiters.smartrecruiters_users_users_password_reset | Read read | 1 | Send a password reset email to a user Official SmartRecruiters endpoint: POST /users/{id}/reset-password from users-api.json. |
smartrecruiters.smartrecruiters_users_users_activation_email_send | Read read | 1 | Send an activation email to a user Official SmartRecruiters endpoint: POST /users/{id}/activation-email from users-api.json. |
smartrecruiters.smartrecruiters_users_users_activation_activate | Read read | 1 | Activate a user Official SmartRecruiters endpoint: PUT /users/{id}/activation from users-api.json. |
smartrecruiters.smartrecruiters_users_users_activation_deactivate | Read read | 1 | Deactivate a user Official SmartRecruiters endpoint: DELETE /users/{id}/activation from users-api.json. |
smartrecruiters.smartrecruiters_users_users_avatar_update | Read read | 2 | Update user avatar Official SmartRecruiters endpoint: PUT /users/{id}/avatar from users-api.json. |
smartrecruiters.smartrecruiters_users_system_roles_all | Read read | 0 | List system roles Official SmartRecruiters endpoint: GET /system-roles from users-api.json. |
smartrecruiters.smartrecruiters_users_access_groups_all | Read read | 0 | List access groups configured in your company Official SmartRecruiters endpoint: GET /access-groups from users-api.json. |
smartrecruiters.smartrecruiters_users_access_groups_users_remove | Read read | 2 | Remove user from access group Official SmartRecruiters endpoint: DELETE /access-groups/{accessGroupId}/users/{id} from users-api.json. |
smartrecruiters.smartrecruiters_users_access_groups_users_assign | Read read | 2 | Assign users to access group Official SmartRecruiters endpoint: POST /access-groups/{accessGroupId}/users from users-api.json. |
smartrecruiters.smartrecruiters_webhooks_subscriptions_create | Read read | 1 | Subscribe to a webhook. Official SmartRecruiters endpoint: POST /subscriptions from webhooks.json. |
smartrecruiters.smartrecruiters_webhooks_subscriptions_get_all | Read read | 2 | Retrieve webhook subscriptions. Official SmartRecruiters endpoint: GET /subscriptions from webhooks.json. |
smartrecruiters.smartrecruiters_webhooks_subscriptions_get | Read read | 1 | Retrieve single webhook subscription. Official SmartRecruiters endpoint: GET /subscriptions/{id} from webhooks.json. |
smartrecruiters.smartrecruiters_webhooks_subscriptions_delete | Read read | 1 | Delete webhook subscription. Official SmartRecruiters endpoint: DELETE /subscriptions/{id} from webhooks.json. |
smartrecruiters.smartrecruiters_webhooks_subscriptions_activate | Read read | 1 | Activate webhook subscription. Official SmartRecruiters endpoint: PUT /subscriptions/{id}/activation from webhooks.json. |
smartrecruiters.smartrecruiters_webhooks_subscriptions_generate_secret_key | Read read | 1 | Generate a secret key for a webhook subscription. Official SmartRecruiters endpoint: POST /subscriptions/{id}/secret-key from webhooks.json. |
smartrecruiters.smartrecruiters_webhooks_subscriptions_get_secret_key | Read read | 1 | Retrieve subscription secret key Official SmartRecruiters endpoint: GET /subscriptions/{id}/secret-key from webhooks.json. |
smartrecruiters.smartrecruiters_webhooks_subscriptions_search_callback_log | Read read | 6 | Retrieve callback request details starting from the newest. Official SmartRecruiters endpoint: GET /subscriptions/{id}/callbacks-log from webhooks.json. |
smartrecruiters.smartrecruiters_assessment_partner_get_partner_config | Read read | 0 | get partner configuration Official SmartRecruiters endpoint: GET /partner/configuration from assessment-partner-api.json. |
smartrecruiters.smartrecruiters_assessment_partner_save_partner_config | Read read | 1 | saves configuration for partner Official SmartRecruiters endpoint: PUT /partner/configuration from assessment-partner-api.json. |
smartrecruiters.smartrecruiters_assessment_partner_set_up_integration | Read read | 2 | enable the company integration Official SmartRecruiters endpoint: POST /integration/company/{companyId} from assessment-partner-api.json. |
smartrecruiters.smartrecruiters_assessment_partner_package_result_update | Read read | 2 | updates package result Official SmartRecruiters endpoint: PATCH /orders/{orderId}/results from assessment-partner-api.json. |
smartrecruiters.smartrecruiters_assessment_partner_add_attachment_to_order | Write write | 2 | add attachment to order Official SmartRecruiters endpoint: POST /orders/{orderId}/results/attachment from assessment-partner-api.json. |
smartrecruiters.smartrecruiters_event_management_get_event_details | Read read | 1 | Get event's details Official SmartRecruiters endpoint: GET /events/{eventId} from event-management-api.json. |
smartrecruiters.smartrecruiters_event_management_update_event | Write write | 2 | Update event Official SmartRecruiters endpoint: PUT /events/{eventId} from event-management-api.json. |
smartrecruiters.smartrecruiters_event_management_delete_event | Write write | 1 | Delete event Official SmartRecruiters endpoint: DELETE /events/{eventId} from event-management-api.json. |
smartrecruiters.smartrecruiters_event_management_add_interviewers_to_session | Write write | 3 | Add interviewers to event's session Official SmartRecruiters endpoint: PUT /events/{eventId}/sessions/{sessionId}/interviewers from event-management-api.json. |
smartrecruiters.smartrecruiters_event_management_remove_interviewers_from_session | Write write | 3 | Remove interviewers from event's session Official SmartRecruiters endpoint: DELETE /events/{eventId}/sessions/{sessionId}/interviewers from event-management-api.json. |
smartrecruiters.smartrecruiters_event_management_move_applicants_to_session | Write write | 3 | Move applicants from session to session Official SmartRecruiters endpoint: PUT /events/{eventId}/sessions/{sessionId}/applicants from event-management-api.json. |
smartrecruiters.smartrecruiters_event_management_add_applicants_to_session | Write write | 3 | Add applicants from event pool to session Official SmartRecruiters endpoint: POST /events/{eventId}/sessions/{sessionId}/applicants from event-management-api.json. |
smartrecruiters.smartrecruiters_event_management_get_events | Read read | 4 | Get job's events Official SmartRecruiters endpoint: GET /events from event-management-api.json. |
smartrecruiters.smartrecruiters_event_management_create_event | Write write | 1 | Create event Official SmartRecruiters endpoint: POST /events from event-management-api.json. |
smartrecruiters.smartrecruiters_event_management_get_all_applicants | Read read | 1 | Get all applicants (both event-applicants-pool and session-applicants) for specified event Official SmartRecruiters endpoint: GET /events/{eventId}/applicants from event-management-api.json. |
smartrecruiters.smartrecruiters_event_management_add_applicants_to_event | Write write | 2 | Add applicants to event pool Official SmartRecruiters endpoint: POST /events/{eventId}/applicants from event-management-api.json. |
smartrecruiters.smartrecruiters_event_management_get_session_details | Read read | 2 | Get event's session details Official SmartRecruiters endpoint: GET /events/{eventId}/sessions/{sessionId} from event-management-api.json. |
smartrecruiters.smartrecruiters_event_management_delete_session | Write write | 2 | Delete event's session Official SmartRecruiters endpoint: DELETE /events/{eventId}/sessions/{sessionId} from event-management-api.json. |
smartrecruiters.smartrecruiters_event_management_get_applicants_by_event_id | Read read | 3 | Get event's applicants Official SmartRecruiters endpoint: GET /events/{eventId}/pool-applicants from event-management-api.json. |
smartrecruiters.smartrecruiters_event_management_get_events_for_candidate | Read read | 2 | Get candidate events Official SmartRecruiters endpoint: GET /events/candidates/{profileId} from event-management-api.json. |
smartrecruiters.smartrecruiters_event_management_get_events_for_application | Read read | 2 | Get application events Official SmartRecruiters endpoint: GET /events/applications/{applicationId} from event-management-api.json. |
smartrecruiters.smartrecruiters_assessment_partner_app_ask_for_consent | Read read | 1 | Shows consent form on partner side Official SmartRecruiters endpoint: GET /integration from assessment-partner-app.json. |
smartrecruiters.smartrecruiters_assessment_partner_app_delete_integration | Write write | 1 | Removes integration on partner side Official SmartRecruiters endpoint: DELETE /integrations/companies/{companyId} from assessment-partner-app.json. |
smartrecruiters.smartrecruiters_assessment_partner_app_list_packages | Read read | 8 | Retrieves a list of packages Official SmartRecruiters endpoint: GET /packages from assessment-partner-app.json. |
smartrecruiters.smartrecruiters_assessment_partner_app_get_package_by_id | Read read | 1 | Retrieves a package by id Official SmartRecruiters endpoint: GET /packages/{assessmentPackageId} from assessment-partner-app.json. |
smartrecruiters.smartrecruiters_assessment_partner_app_orders_assessment_package | Read read | 1 | Orders assessment package for candidate Official SmartRecruiters endpoint: POST /packages/orders from assessment-partner-app.json. |
smartrecruiters.smartrecruiters_assessment_partner_app_orders_inline_assessment_package | Read read | 1 | Orders inline assessment package for candidate Official SmartRecruiters endpoint: POST /packages/inline/orders from assessment-partner-app.json. |
smartrecruiters.smartrecruiters_assessment_partner_app_get_token | Read read | 1 | Exchange credentials for an access token Official SmartRecruiters endpoint: POST /oauth/token from assessment-partner-app.json. |
smartrecruiters.smartrecruiters_apps_integrations_enable_integration | Write write | 1 | Enables integration Official SmartRecruiters endpoint: POST /partner-api/integrations from apps-integrations.json. |
smartrecruiters.smartrecruiters_candidate_status_get_status | Read read | 1 | Get candidate status Official SmartRecruiters endpoint: GET /status/{applicationUuid} from candidate-status-api.json. |
smartrecruiters.smartrecruiters_feed_find_posting_using_json | Read read | 1 | Get posting by id Official SmartRecruiters endpoint: GET /publications/{postingId} from feed-api.json. |
smartrecruiters.smartrecruiters_feed_update_posting_using_json | Write write | 2 | Update posting information Official SmartRecruiters endpoint: PUT /publications/{postingId} from feed-api.json. |
smartrecruiters.smartrecruiters_feed_postings_json_stream | Read read | 4 | Get a list of postings Official SmartRecruiters endpoint: GET /publications from feed-api.json. |
smartrecruiters.smartrecruiters_interview_templates_get_template_by_id | Read read | 1 | Get interview template by id. Official SmartRecruiters endpoint: GET /templates/{id} from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_update_template | Write write | 2 | Update interview template. Official SmartRecruiters endpoint: PUT /templates/{id} from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_delete_template | Write write | 1 | Removes interview template. Official SmartRecruiters endpoint: DELETE /templates/{id} from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_get_job_managed_steps | Read read | 1 | Get managed hiring process steps for the job. Official SmartRecruiters endpoint: GET /managed-steps/jobs/{jobId} from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_update_job_managed_steps | Write write | 2 | Update managed steps for the job. Official SmartRecruiters endpoint: PUT /managed-steps/jobs/{jobId} from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_update_job_template | Write write | 2 | Update job level interview template. Official SmartRecruiters endpoint: PUT /job-templates/{jobInterviewTemplateId} from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_patch_job_template_interviewers | Read read | 2 | Patches job level interview template's interviewers pool. Official SmartRecruiters endpoint: PATCH /job-templates/{jobInterviewTemplateId} from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_find_job_template_by_hiring_state | Read read | 3 | Finds job level interview templates for job id, hiring step and hiring stage. Official SmartRecruiters endpoint: GET /job-templates/jobs/{jobId}/hiringStages/{hiringStage} from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_upsert_job_template | Read read | 4 | Save / replace job level interview templates for job id, hiring step and hiring stage. Official SmartRecruiters endpoint: PUT /job-templates/jobs/{jobId}/hiringStages/{hiringStage} from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_get_interview_template_by_id | Read read | 1 | Get interview template by id. Official SmartRecruiters endpoint: GET /interview/templates/{id} from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_update_interview_template | Write write | 2 | Update interview template by id. Official SmartRecruiters endpoint: PUT /interview/templates/{id} from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_delete_interview_template | Write write | 1 | Remove interview template by id. Official SmartRecruiters endpoint: DELETE /interview/templates/{id} from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_update_job_interview_template | Write write | 2 | Update job interview template. Official SmartRecruiters endpoint: PUT /interview/templates/job/{jobInterviewTemplateId} from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_update_job_interview_template_interviewers | Write write | 2 | Update interviewers selection for job interview template. Official SmartRecruiters endpoint: PATCH /interview/templates/job/{jobInterviewTemplateId} from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_get_templates | Read read | 6 | Get interview templates for the current company. Official SmartRecruiters endpoint: GET /templates from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_create_template | Write write | 1 | Create a interview template. Official SmartRecruiters endpoint: POST /templates from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_search_job_template_by_job_application_ids | Read read | 2 | Finds job level interview templates by job application IDs Official SmartRecruiters endpoint: POST /job-templates/jobs/{jobId}/search from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_search_interview_templates | Read read | 3 | Search for all interview templates. Official SmartRecruiters endpoint: GET /interview/templates from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_create_interview_template | Write write | 1 | Create interview template. Official SmartRecruiters endpoint: POST /interview/templates from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_get_schedule_preferences | Read read | 1 | Find schedule preferences Official SmartRecruiters endpoint: GET /schedule/preferences/users/{userId} from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_find_job_templates_by_job_id | Read read | 1 | Finds job level interview templates for a job Official SmartRecruiters endpoint: GET /job-templates/jobs/{jobId} from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_find_job_template_by_application_id | Read read | 1 | Finds job level interview templates by job application id Official SmartRecruiters endpoint: GET /job-templates/job-applications/{applicationId} from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_get_job_interview_templates | Read read | 1 | Find interview templates for the job Official SmartRecruiters endpoint: GET /interview/templates/jobs/{jobId} from interview-templates.json. |
smartrecruiters.smartrecruiters_interview_templates_get_job_application_interview_templates | Read read | 1 | Find interview templates for job application id. Official SmartRecruiters endpoint: GET /interview/templates/job-applications/{applicationId} from interview-templates.json. |
smartrecruiters.smartrecruiters_offers_candidates_offers_all | Read read | 2 | Get candidate's offers Official SmartRecruiters endpoint: GET /candidates/{id}/jobs/{jobId}/offers from offers-api.json. |
smartrecruiters.smartrecruiters_offers_candidates_offers_get | Read read | 3 | Get candidate's offer Official SmartRecruiters endpoint: GET /candidates/{id}/jobs/{jobId}/offers/{offerId} from offers-api.json. |
smartrecruiters.smartrecruiters_offers_candidates_offers_approvals_latest | Read read | 3 | Get latest approval request for candidate's offer Official SmartRecruiters endpoint: GET /candidates/{id}/jobs/{jobId}/offers/{offerId}/approvals/latest from offers-api.json. |
smartrecruiters.smartrecruiters_offers_candidates_offers_find | Read read | 6 | Search offers Official SmartRecruiters endpoint: GET /offers from offers-api.json. |
smartrecruiters.smartrecruiters_offers_offers_documents_get_documents_list | Read read | 1 | Get a list of documents related to sent offer. Official SmartRecruiters endpoint: GET /offers/{offerId}/documents from offers-api.json. |
smartrecruiters.smartrecruiters_offers_offers_documents_get_document | Read read | 2 | Get a given document in a given sent offer Official SmartRecruiters endpoint: GET /offers/{offerId}/documents/{documentId} from offers-api.json. |
smartrecruiters.smartrecruiters_partners_public_get_configs | Read read | 0 | Fetch list of vendor configs Official SmartRecruiters endpoint: GET /configs from partners-public-api.json. |
smartrecruiters.smartrecruiters_partners_public_add_config | Write write | 1 | Add new config Official SmartRecruiters endpoint: POST /configs from partners-public-api.json. |
smartrecruiters.smartrecruiters_partners_public_get_config | Read read | 1 | Get config for vendor Official SmartRecruiters endpoint: GET /configs/{configId} from partners-public-api.json. |
smartrecruiters.smartrecruiters_partners_public_update_config | Write write | 2 | Update config Official SmartRecruiters endpoint: POST /configs/{configId} from partners-public-api.json. |
smartrecruiters.smartrecruiters_partners_public_search_offers | Read read | 5 | Search offers by criteria Official SmartRecruiters endpoint: GET /offers from partners-public-api.json. |
smartrecruiters.smartrecruiters_posting_v1_list_postings | Read read | 15 | Lists active postings published by given company Official SmartRecruiters endpoint: GET /v1/companies/{companyIdentifier}/postings from posting-api.json. |
smartrecruiters.smartrecruiters_posting_v1_get_posting | Read read | 6 | Get posting by posting id or uuid for given company Official SmartRecruiters endpoint: GET /v1/companies/{companyIdentifier}/postings/{postingId} from posting-api.json. |
smartrecruiters.smartrecruiters_posting_v1_list_departments | Read read | 2 | List departments for given company Official SmartRecruiters endpoint: GET /v1/companies/{companyIdentifier}/departments from posting-api.json. |
smartrecruiters.smartrecruiters_self_scheduling_get_self_scheduled_interview | Read read | 2 | Returns self-scheduled interview Official SmartRecruiters endpoint: GET /self-schedules/{id}/application/{applicationUuid}/interview from self-scheduling.json. |
smartrecruiters.smartrecruiters_self_scheduling_update_self_schedule_interview | Write write | 3 | Update a self schedule interview Official SmartRecruiters endpoint: PUT /self-schedules/{id}/application/{applicationUuid}/interview from self-scheduling.json. |
smartrecruiters.smartrecruiters_self_scheduling_create_self_schedule_interview | Write write | 3 | Create a self schedule interview Official SmartRecruiters endpoint: POST /self-schedules/{id}/application/{applicationUuid}/interview from self-scheduling.json. |
smartrecruiters.smartrecruiters_self_scheduling_automated_self_scheduling | Read read | 1 | Creates automated self schedule. Official SmartRecruiters endpoint: POST /automated-self-schedules from self-scheduling.json. |
smartrecruiters.smartrecruiters_self_scheduling_get_automated_schedules_available_slots_count_by_interviewer_with_roles | Read read | 3 | Returns the automated schedule available slots count based on interviewers availability and specified date params. Official SmartRecruiters endpoint: POST /automated-self-schedules/{scheduleType}/application/{applicationUuid}/slots/count/by-role from self-scheduling.json. |
smartrecruiters.smartrecruiters_self_scheduling_update_self_schedule_invite | Write write | 1 | Requests invite update for automated self-schedule Official SmartRecruiters endpoint: POST /automated-self-schedules/update-invite from self-scheduling.json. |
smartrecruiters.smartrecruiters_self_scheduling_request_self_reschedule | Read read | 1 | Requests self reschedule for candidate for automated self-schedule. Official SmartRecruiters endpoint: POST /automated-self-schedules/reschedule from self-scheduling.json. |
smartrecruiters.smartrecruiters_self_scheduling_search_self_schedules | Read read | 4 | Search for a self-scheduling instances Official SmartRecruiters endpoint: GET /self-schedules from self-scheduling.json. |
smartrecruiters.smartrecruiters_self_scheduling_get_self_schedule | Read read | 1 | Gets self schedule by id Official SmartRecruiters endpoint: GET /self-schedules/{id} from self-scheduling.json. |
smartrecruiters.smartrecruiters_self_scheduling_cancel_self_schedule | Write write | 1 | Cancels self schedule Official SmartRecruiters endpoint: DELETE /self-schedules/{id} from self-scheduling.json. |
smartrecruiters.smartrecruiters_self_scheduling_get_application_self_schedule | Read read | 2 | Retrieve application-related details for a self-scheduling instance Official SmartRecruiters endpoint: GET /self-schedules/{id}/application/{applicationUuid} from self-scheduling.json. |
smartrecruiters.smartrecruiters_self_scheduling_available_slots_for_application | Read read | 2 | Get self-schedule slots for application Official SmartRecruiters endpoint: GET /self-schedules/{id}/application/{applicationUuid}/slots from self-scheduling.json. |
smartrecruiters.smartrecruiters_url_shortener_public_shorten | Read read | 1 | Shorten URL Official SmartRecruiters endpoint: POST /shorten from url-shortener.json. |
smartrecruiters.smartrecruiters_notifications_get_employee_preferences | Read read | 1 | Get list of employee notifications preferences for a specific channel. Official SmartRecruiters endpoint: GET /employee-preferences from notifications-api.json. |
smartrecruiters.smartrecruiters_notifications_save_employee_preferences | Read read | 2 | Save employee notifications preferences. Official SmartRecruiters endpoint: POST /employee-preferences from notifications-api.json. |
smartrecruiters.smartrecruiters_notifications_upsert_employee_preferences | Read read | 1 | Activate or deactivate employee notification preferences for hiring roles and notification channels in bulk. Official SmartRecruiters endpoint: PATCH /employee-preferences from notifications-api.json. |
smartrecruiters.smartrecruiters_notifications_find_global_preferences | Read read | 0 | Find global notification preferences. Official SmartRecruiters endpoint: GET /global-preferences from notifications-api.json. |
smartrecruiters.smartrecruiters_notifications_upsert_global_preferences | Read read | 1 | Activate or deactivate global notification preferences for hiring roles and notification channels in bulk. Official SmartRecruiters endpoint: PATCH /global-preferences from notifications-api.json. |
smartrecruiters.smartrecruiters_notifications_update_employee_preferences | Write write | 2 | Update employee notifications preferences. Official SmartRecruiters endpoint: PATCH /employee-preferences/preferences/{preferenceId} from notifications-api.json. |
smartrecruiters.smartrecruiters_notifications_find_all_notification_types | Read read | 0 | Find all supported notification types along with applicable roles and channels they can be delivered. Official SmartRecruiters endpoint: GET /notification-types from notifications-api.json. |
smartrecruiters.smartrecruiters_notifications_get_all_employee_preferences | Read read | 0 | Get list of all employee notifications preferences. Official SmartRecruiters endpoint: GET /employee-preferences/all from notifications-api.json. |
smartrecruiters.smartrecruiters_email_company_get_message_template | Read read | 1 | Get a message template by id. Official SmartRecruiters endpoint: GET /message-templates/{messageTemplateId} from email-company.json. |
smartrecruiters.smartrecruiters_email_company_update_message_template | Write write | 2 | Update Message Template Official SmartRecruiters endpoint: PUT /message-templates/{messageTemplateId} from email-company.json. |
smartrecruiters.smartrecruiters_email_company_remove_message_template | Write write | 1 | Remove a message template by id. Official SmartRecruiters endpoint: DELETE /message-templates/{messageTemplateId} from email-company.json. |
smartrecruiters.smartrecruiters_email_company_get_message_templates | Read read | 3 | Get Message Templates Official SmartRecruiters endpoint: GET /message-templates from email-company.json. |
smartrecruiters.smartrecruiters_email_company_create_message_template | Write write | 1 | Create Message Template Official SmartRecruiters endpoint: POST /message-templates from email-company.json. |