This endpoint updates a provider's talent pool group and tier assignments for a specific project.
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
TypeScript Definitions
Use the request body type in TypeScript.
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": 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
Get Provider Talent Pool Group Assignments in Project GET
This endpoint retrieves all talent pool groups and their tiers that a provider is assigned to within a specific project
Add multiple providers to project talent pool groups POST
This endpoint allows you to add one or more providers to multiple talent pool groups with specific tier (talent pool) assignments.
Updated talent pool group assignment details