Create or Update Job Seeker
This endpoint allows to update a job seekers profile.
Create Job Seeker
POST
https://www.ondemandstaffing.app/api/v1/create_or_update_jobseeker
This endpoint allows you to update or create a new job seeker for a given user.
Query Parameters
tenant
string
Tenant key for which the API is being used.
profiletype
string
URL of JobSeekers resume. Must be a document type. Highly recommend to send Resume.
name
string
Full name of the Job Seeker.
contact_phone
string
Phone number of the Job Seeker with country code and formatted. If unformatted or without country code the whole call would be rejected.
contact_email
string
In case if the user has a different email they would like to be reached other than the the one used to authenticate.
address
string
Complete Address of the Job Seeker that is geocodable. Do not include the unit number in this key.
country_id
string
This is name of the country in English. If using Google or Bing Geocoding, take the name of the country and send it. Could be acquired from address or actual location of job seeker.
city_id
string
This is name of the city in English. If geocoded address for the job seeker, send the city name if available.
gender
string
If the tenants 'gender_staff_status' is set to 'true' only then should it be asked to the end user. Gender must be sent in following codes. Male or Hombre Female or Mujer Other or Otro
profile_url
string
Filepicker URL of Profile Image of the Job Seeker. Must be an array of strings containing images url. Even if there is just one picture. If there is more than one, we will randomly select one to be profile picture. Others would be added to their profile.
date_of_birth
string
Date of Birth must be in following format: "mmm dd, yyyy" Example: "Dec 05, 1996".
Headers
Authentication
string
Authentication token to identify user who is requesting to create a Job Seeekers profile.
Above required parameters are only required for a new job seeker. If the Job seeker already exist and is updating the profile, they can send partial data as well.
Last updated
Was this helpful?