---
title: "Create a HR Employee Skill"
slug: "create-a-hr-employee-skill"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-a-hr-employee-skill"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a HR Employee Skill

Post/hcm-rest-api/rest/1/hrskills

## Create HR Skills

UI Location: ..

### 

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceItem+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='15c67655-eb96-4447-a063-aa02acefa4f0'>application/json</option>
</select>object  Example{
  "GsklCode": "ECM",
  "GsklUser": "ECM Modeling",
  "GsklLastUpdDate": "2016-05-08T15:31:10-04:00",
  "GsklVUuid": ""
}GsklUserstring    Required

User Name who made the last Update

Max length30
GsklVUuidstring    Required

UUID, Leave Empty

Max length64
GsklCodestring    Required

Skill Code

💻 UI Fieldname: *Code

Max length10
GsklLastUpdDatestring    Required

Date of the last Update

GsklShortDescstring    

Short Description of the Skill

💻 UI Fieldname: Short Description

Max length16
GsklWmCodestring    

Weigth measure code for budgeting

💻 UI Fieldname: WM

Max length2
GsklRatenumber    

Rate for budgeting

💻 UI Fieldname: Rate

Max length18
GsklDescriptionstring    

Description of the Skill

💻 UI Fieldname: Description

Max length30

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='5a8e5061-294d-4068-9d29-2903413a2fb7'>application/json</option>
</select>

```json
{
  "GsklCode": "ECM",
  "GsklDescription": null,
  "GsklShortDesc": null,
  "GsklRate": null,
  "GsklWmCode": null,
  "GsklUser": "ECM Modeling",
  "GsklLastUpdDate": "2016-05-08T19:31:10Z",
  "GsklVUuid": "F28AA2EBED1A3599E05316821FAC3A60",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrskills/F28AA2EBED1A3599E05316821FAC3A60",
      "name": "hrskills",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrskills/F28AA2EBED1A3599E05316821FAC3A60",
      "name": "hrskills",
      "kind": "item"
    }
  ]
}
```

object
