Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 655 Bytes

File metadata and controls

13 lines (8 loc) · 655 Bytes

EmailAddress

The EmailAddress Object ### Description The EmailAddress object is used to represent a candidate's email address. ### Usage Example Fetch from the GET Candidate endpoint and view their email addresses.

Properties

Name Type Description Notes
value str, none_type The email address. [optional]
email_address_type object, none_type The type of email address. [optional]

[Back to Model list] [Back to API list] [Back to README]