Skip to main content

InvitationRecord

No description

type InvitationRecord {
inviter: User
sendTime: DateTime
atsProvider: String
invitationSource: InvitationSourceType
}

Fields​

InvitationRecord.inviter ● User object​

HR user who sent the invitation

InvitationRecord.sendTime ● DateTime scalar​

When the invitation was sent

InvitationRecord.atsProvider ● String scalar​

ATS provider name (e.g., greenhouse, lever, hroffice, joynd) if sent by ATS

InvitationRecord.invitationSource ● InvitationSourceType enum​

Source of the invitation (e.g., HR user, ATS system)

Member Of​

CandidateInvitation object