Workday provides specific web services and API endpoints to import external skills data into Workday Skills Cloud. The Import External Skill Sources web service is used to import external skill sources, and Import External Skill Mapping is used to import skill mappings between external and existing Workday skills. The Import External Skill web service is available to import external skills into Workday.
To enable users to view external skill levels, workers need to be added to the "Self-Service: External Skill Source" and "Worker Data: External Skill Source" domains within the Worker Profile and Skills functional area.
Workday is developing capabilities to automatically map exact matches between external skills and Workday skills, suggest Workday skills that are synonyms, and determine actions for unrecognized skills. While the provided information mentions Import External Skill Sources, it does not explicitly detail a Put_External_Skill_Sources web service for importing external skills data. However, the Put Skills web service can be used for managing maintained skills, including excluding them from synonymization or reactivating/deleting them.
The Skills Cloud REST APIs for Workday AI Gateway have been updated to support RemoteID for identifying skill objects. Specific endpoints for looking up skills by ID and name include POST /skills-cloud/v2/skills/lookup-by-id and POST /skills-cloud/v2/skills/lookup-by-name. Version 4 of the ML Skills API (/skills-cloud/v4/extract and /skills-cloud/v4/extract-verbose) accepts all input parameters in the POST request body. New endpoints have been added to the skills-cloud/v4 version, standardizing it with a complete set of endpoints including /gap-analysis, /infer, /related, /skills/lookup-by-id, and /skills/lookup-by-name. The POST /skills/lookup-by-name API in v4 currently returns only exact matches, but a new skill search endpoint supporting partial and semantic matches is planned.
The Talent Profile Inbound Connector also allows importing worker talent profile updates, including certification, competency, training, and experience data, using separate CSV files with specific Document tags.
To import external skills data into Workday Skills Cloud, you can use the Import External Skill Sources web service
Here are the related web services for managing Skills Cloud and skills:
Configuration steps to enable users to view external skill levels include adding workers to the following domains in the Worker Profile and Skills functional area
For refining maintained skills for matching (Career Hub or Talent Marketplace), Workday recommends these web services
Additionally, the Talent Profile Inbound Connector allows importing worker talent profile updates, which can include certification achievements, competency achievements, training achievements, and experience data Talent Profile Inbound Certification, Talent Profile Inbound Competency, and Talent Profile Inbound Training
id field to identify skill objects. POST /skills-cloud/v2/skills/lookup-by-id and POST /skills-cloud/v2/skills/lookup-by-name. The lookup-by-name endpoint performs an exact match of specified skill names and can return the canonical equivalent if canonicalize is true. POST /skills-cloud/v4/extract and POST /skills-cloud/v4/extract-verbose, now accept all input parameters in the POST request body. skills-cloud/v4 version, standardizing it with a complete set of endpoints, including POST /gap-analysis, POST /infer, POST /related, POST /skills/lookup-by-id, and POST /skills/lookup-by-name. POST /skills/lookup-by-name API in v4 currently returns only exact matches for skill names. Workday is developing a new skill search endpoint that will support partial string matches and semantic similar matches, with a beta release planned. Import External Skill Mapping web service in the context of excluding maintained skills from synonym management. Import External Skill Mapping won't automatically set the Exclude from Synonym Management column to 'Yes' even if the checkbox is enabled, respecting the explicit value in the column. Put Skills web service to exclude maintained skills from synonymization in bulk Put_External_Skill_Sources for importing external skills data.v2 Skill Lookup by Name endpoint was previously unavailable, with documentation being incorrect, but it is now working according to a user update.