kombo-ruby-sdk/docs/AssessmentOrderReceivedWebhookPayloadDataJobHiringTeamInner.md
Adriano Caloiaroooo 000eb69c9e
initial commit
2025-11-19 13:39:55 -08:00

914 B

Kombo::AssessmentOrderReceivedWebhookPayloadDataJobHiringTeamInner

Properties

Name Type Description Notes
remote_id String The team member's identifier in the integrated system.
email String The team member's email address.
first_name String The team member's first name.
last_name String The team member's last name.
hiring_team_roles Array<String> Array of the roles of the user for this specific job. Currently only `RECRUITER` and `HIRING_MANAGER` are mapped into our unified schema.

Example

require 'kombo_client'

instance = Kombo::AssessmentOrderReceivedWebhookPayloadDataJobHiringTeamInner.new(
  remote_id: null,
  email: null,
  first_name: null,
  last_name: null,
  hiring_team_roles: null
)