Information about the user requesting a screening on a candidate.

AttributeTypeDescription
email*stringEmail of the user requesting screening on a candidate.
givenName*stringFirst name of the user requesting screening on a candidate.
familyName*stringLast name of the user requesting screening on a candidate.
middleNamestringMiddle name of the user requesting screening on a candidate.
"requester" : {
  "email" : "[email protected]",
  "givenName" : "abcFirstName",
  "familyName" : "abcLastName",
  "middleName" : "abcMiddleName"
}