Version: 2.x

Create a talent scan

Try it

See Talent scan properties for a detailed description of the json elements below.

Request body

{
"atsClientId": "guid",
"clusterIds": [
"guid"
],
"domainIds": [
"guid"
],
"email": "string",
"externalRef": "string",
"firstName": "string",
"lastName": "string",
"nationality": "string",
"phone": "string",
"schoolIds": [
"guid"
]
}

Response

Returns the talent scan if it has been created.

{
"clientId": "guid",
"createdOn": "datetime",
"id": "guid",
"atsClientId": "guid",
"clusterIds": [
"guid"
],
"domainIds": [
"guid"
],
"email": "string",
"externalRef": "string",
"firstName": "string",
"lastName": "string",
"nationality": "string",
"phone": "string",
"schoolIds": [
"guid"
]
}

Permission scopes

  • write:talentscans