This endpoint allows you to add one or more providers to multiple talent pool groups with specific tier (talent pool) assignments.
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
TypeScript Definitions
Use the request body type in TypeScript.
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": 400,
"message": "Validation failed: field 'title' is required"
}{
"status": 500,
"message": "Operation successful."
}{
"status": 403,
"message": "You do not have permission to access this work order"
}{
"status_code": 404,
"message": "Work order not found"
}{
"status": 500,
"message": "An unexpected error occurred. Please try again later or contact support."
}{
"status": 500,
"message": "Operation successful."
}application/json
application/json
application/json
application/json
application/json
application/json
application/json
Last updated on
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