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
- Identifier:
uuid - Prospects: Array of objects
- wxWorkers: Array of objects
Talent Information
- First Name: string
- Middle Name: string
- Last Name: string
- Display Full Name: string
- Date of Birth: string
- Mobile Phone: object
- Home Address: object
- Last Activity At: string
- Availability: object
- ONET V2 Skills Vector: Array of numbers (length 296)
Example of ONET V2 Skills Vector:
{
"onetV2SkillsVector": [
0,
0,
0,
... ,
0
]
}
API Response Status Codes
202: Updated talent.500: Default error response.
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?
- Yes
- No