Create a new talent pool group with associated talent pools.
access_token OAuth 2.0 Access Token
In: query
application/json
Talent pool group details
Name of the talent pool group
Project ID associated with this talent pool group
Display name of the talent pool group
Array of attributes for this talent pool group (upserted on create/update)
curl -X POST "https://api-sandbox.fndev.net/api/rest/v2/talent-pool-groups" \ -H "Content-Type: application/json" \ -d '{ "name": "Northeast Region Technicians", "project_id": 17705, "display_name": "NE Techs", "attributes": [ { "name": "certification_level", "value": "expert" } ] }'{
"talent_pool_group_id": "b79c17e2-9f43-4b21-a5a1-586f6e35135d",
"name": "Test Service teritory Project 6",
"project_id": 17705,
"display_name": "Display Minneapolis East",
"tiers": [],
"attributes": []
}{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}application/json
application/json
application/json
Last updated on
curl -X POST "https://api-sandbox.fndev.net/api/rest/v2/talent-pool-groups" \
-H "Content-Type: application/json" \
-d '{
"name": "Northeast Region Technicians",
"project_id": 17705,
"display_name": "NE Techs",
"attributes": [
{
"name": "certification_level",
"value": "expert"
}
]
}'