Retrieve all providers (users) in a specific talent pool group.
Retrieve all providers (users) in a specific talent pool group.
access_token OAuth 2.0 Access Token
In: query
Talent pool group ID
List name of the talent pool to filter by
Page number (1-indexed)
11 <= valueNumber of results per page
251 <= valuecurl -X GET "https://api-sandbox.fndev.net/api/rest/v2/preferred-provider-groups/0/users"{
"actions": "add_managed",
"metadata": {
"total": 3,
"page": 1,
"pages": 1,
"per_page": 5,
"columns": "first_name,last_name,w2,phone,cell,correlation_id,worked_with,is_sourced,has_request,managed",
"view": "model",
"sort": "",
"order": "asc",
"list": "providers_all"
},
"params": [],
"lists": [],
"results": [],
"search_text": "Search by title, keywords, work order id, provider, client etc.",
"correlation_id": "1f8e0d7c69930ec3795a0c80a514465ef7ccac63",
"exception": "Sample value"
}{
"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."
}application/json
application/json
application/json
application/json
application/json
application/json
Last updated on