Upload Work Skills
Create or update work skill definitions in bulk via Excel. Each row is one work skill (PUT by label).
1 — Excel file
Each row = one API call.
Submit to OFS
Upload an Excel file.
Fields
labelrequiredstringUnique identifier (1–40 chars). Used as the URL path key.
namerequiredstringDisplay name in the instance default language.
activerequiredenumtrue = skill is active, false = inactive.
truefalsesharingrequiredenumHow skill level is shared within a team resource.
maximalminimalno sharingsummarylang_enstringTranslation name for English. Language code 'en' is sent in the translations array.
lang_esstringTranslation name for Spanish.
lang_frstringTranslation name for French.
lang_destringTranslation name for German.
lang_ptstringTranslation name for Portuguese.
lang_itstringTranslation name for Italian.
lang_nlstringTranslation name for Dutch.
lang_rustringTranslation name for Russian.
lang_jastringTranslation name for Japanese.
lang_zhstringTranslation name for Chinese.
Notes
- ·label is the URL path key — it is also sent in the request body.
- ·PUT creates the skill if it doesn't exist, or fully replaces it if it does.
- ·Sharing: maximal (team gets highest member level) · minimal · no sharing · summary.
- ·Add translations by filling in one or more language columns. Blank columns are ignored.
- ·To add a language not listed, contact your admin to extend the template.