ProspectsCandidateTags
Stores tags linked to prospects, enabling categorization based on skills, experience, or recruitment status.
Table Specific Information
Select
The Workday provider retrieves the first 5 rows from the ProspectsCandidateTags table without applying any filters.
For example:
SELECT * FROM ProspectsCandidateTags Limit 5;
Workday Resource Information
Creates a single prospect instance with the specified data. In the request body, specify at least the required field: candidate.name.country.id. The Recruiting Name Components configuration might require additional fields for candidate.name. To determine additional required fields, see the Recruiting Name Components tab on the Maintain Name Components by Country task.Secured by: Create External Prospects, Set Up: External Career Site Access
Scope: Recruiting
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
A unique identifier for this candidate tag entry, used to track individual tags associated with prospects. |
| Prospects_Id [KEY] | String | False |
The system-generated Workday ID (WID) that links this tag to a specific prospect record. |
| Descriptor | String | False |
A brief, human-readable representation of the candidate tag, often used in User Inteface (UI) displays or reports. |