Find and update a talent

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.


Talent Details

Talent Information
Example of ONET V2 Skills Vector:
{
  "onetV2SkillsVector": [
    0,
    0,
    0,
    ... ,
    0
  ]
}

API Response Status Codes

Code Example
curl --request PUT \\
     --url https://services.fountain.com/api/servicepool/talents/identifier \\
     --header 'accept: application/json' \\
     --header 'content-type: application/json' \\
     --data '{\
  "onetV2SkillsVector": [\
    ... 0,\
    0\
  ]\
}'

Did this page help you?