/Upload Work SkillsPUT

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

labelrequiredstring

Unique identifier (1–40 chars). Used as the URL path key.

namerequiredstring

Display name in the instance default language.

activerequiredenum

true = skill is active, false = inactive.

truefalse
sharingrequiredenum

How skill level is shared within a team resource.

maximalminimalno sharingsummary
lang_enstring

Translation name for English. Language code 'en' is sent in the translations array.

lang_esstring

Translation name for Spanish.

lang_frstring

Translation name for French.

lang_destring

Translation name for German.

lang_ptstring

Translation name for Portuguese.

lang_itstring

Translation name for Italian.

lang_nlstring

Translation name for Dutch.

lang_rustring

Translation name for Russian.

lang_jastring

Translation name for Japanese.

lang_zhstring

Translation 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.