This endpoint allows you to add one or more providers to multiple talent pool groups with specific tier (talent pool) assignments. Each talent pool group can have multiple tier assignments, and the providers will be added to the specified tier within each talent pool group.
access_token OAuth 2.0 Access Token
In: query
Project ID
application/json
Provider(s) and talent pool group assignment details
Array of provider IDs to add to talent pool groups
List of talent pool group assignments. Each talent pool group can have multiple tier assignments
curl -X POST "https://api-sandbox.fndev.net/api/rest/v2/projects/0/providers" \ -H "Content-Type: application/json" \ -d '{ "provider_id": [ 557, 558 ], "talent_pool_groups": [ { "talent_pool_group_id": "c9024ae8-781c-4aa9-b86f-54367Idb9208", "tier_id": 1 } ] }'{
"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 POST "https://api-sandbox.fndev.net/api/rest/v2/projects/0/providers" \
-H "Content-Type: application/json" \
-d '{
"provider_id": [
557,
558
],
"talent_pool_groups": [
{
"talent_pool_group_id": "c9024ae8-781c-4aa9-b86f-54367Idb9208",
"tier_id": 1
}
]
}'