Update a specific talent pool group and its associated talent pools.
access_token OAuth 2.0 Access Token
In: query
Talent Pool Group UUID
application/json
Updated 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 PUT "https://api-sandbox.fndev.net/api/rest/v2/talent-pool-groups/string_value" \ -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 PUT "https://api-sandbox.fndev.net/api/rest/v2/talent-pool-groups/string_value" \
-H "Content-Type: application/json" \
-d '{
"name": "Northeast Region Technicians",
"project_id": 17705,
"display_name": "NE Techs",
"attributes": [
{
"name": "certification_level",
"value": "expert"
}
]
}'