Information about the user requesting a screening on a candidate.
Attribute | Type | Description |
---|---|---|
email* | string | Email of the user requesting screening on a candidate. |
givenName* | string | First name of the user requesting screening on a candidate. |
familyName* | string | Last name of the user requesting screening on a candidate. |
middleName | string | Middle name of the user requesting screening on a candidate. |
"requester" : {
"email" : "[email protected]",
"givenName" : "abcFirstName",
"familyName" : "abcLastName",
"middleName" : "abcMiddleName"
}