Employment preferences

These information describe the employment preferences of the user, such as his location preferences, his wished salary, his main industry, etc.

Access

Get the employment preferences of a single user:
GET https://api.doyoubuzz.com/employmentpreferences?userId:id&apiKey=:apiKey


Get the employment preferences of several users:
GET https://api.doyoubuzz.com/employmentpreferences?ids=:id1,:id2,:id3&apiKey=:apiKey

 

Attributes

 

Name Description Type
seniority User's seniority. Please refer to Baseslist integer
educationLevel User's education level. Please refer to Baseslist integer
businessTrip User's business trip frequency. Please refer to Baseslist integer
disabled Wether or not the user is disabled. boolean
personalVehicle Wether or not the user has a personal vehicle. boolean
grossSalaryMin Minimum gross salary asked by the user. Figures are in €. Please refer to Baseslist string
grossSalaryMax Maximum gross salary asked by the user. Figures are in €. Please refer to Baseslist string
updatedAt When the user has updated his employment preferences. date
nationality Nationality of the user. Please refer to Baseslist integer

 

Examples

{
"employmentPreferences":{
"seniority":0,
"educationLevel":6,
"businessTrip":3,
"disabled":false,
"personalVehicle":false,
"grossSalaryMin":4,
"grossSalaryMax":7,
"updatedAt":"2012-05-02T16:40:19",
"nationality":64,
"positions":{
"position":[
{
"id":1208
},
{
"id":1209
},
{
"id":1211
}
]
},
"business":{
"business":[
{
"id":1001
}
]
},
"mobilities":{
"mobility":[
{
"perimeter":15,
"country":{
"isoCode":"FRA"
},
"city":{
"name":"Nantes",
"zip":"44000",
"lat":47.21684,
"lng":-1.55674
}
},
{
"perimeter":null,
"country":{
"isoCode":"USA"
},
"0":null
}
]
},
"contractTypes":{
"contractType":[
{
"id":1
}
]
},
"hoursNumber":{
"hoursNumber":[
{
"id":1
}
]
}
}
}



0
6
3


4
7
2012-05-02T16:40:19
64


1208


1209


1211




1001




15

FRA


Nantes
44000
47.21684
-1.55674





USA






1




1