A contact object is a profile of a person attached to an organization.
{
"id": Integer,
"full_name": String,
"display_name": String,
"email": String,
"picture": String, // URL to the ressource
"phone_number": String,
"description": String,
"organization": Integer,
"creator": Integer,
"custom_fields": JSON,
"created_at": DateTime
}
Please refer to the API References for more details regarding the Jobs API.