This endpoint updates a provider's talent pool group and tier assignments for a specific project. It removes old tier assignments and adds new ones based on the provided data. The provider ID itself cannot be changed.
access_token OAuth 2.0 Access Token
In: query
Project ID
Provider ID
application/json
Updated talent pool group assignment details
Updated talent pool group assignment details
curl -X PUT "https://api-sandbox.fndev.net/api/rest/v2/projects/0/providers/0" \ -H "Content-Type: application/json" \ -d '{ "talent_pool_groups": [ { "talent_pool_group_id": "c9024ae8-781c-4aa9-b86f-54367Idb9208", "tier_id": 2 } ] }'{
"success": true
}{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}application/json
application/json
application/json
application/json
Last updated on
curl -X PUT "https://api-sandbox.fndev.net/api/rest/v2/projects/0/providers/0" \
-H "Content-Type: application/json" \
-d '{
"talent_pool_groups": [
{
"talent_pool_group_id": "c9024ae8-781c-4aa9-b86f-54367Idb9208",
"tier_id": 2
}
]
}'