Skillsets
Create Skillset
Creates a new skillset.
POST
Create Skillset
Only
role_title is required. All other fields are optional and will use system defaults if omitted.Authorizations
Body
application/json
Skillset data
Request body for creating a new skillset.
Skillset name
Required string length:
1 - 75Auto-assign to new workers (0 = no, 1 = yes)
Required range:
0 <= x <= 1Default shift start time (HH:mm)
Example:
"13:00"
Default shift comments
Maximum string length:
65535Default wage in cents
Required range:
x >= 0Visible in client portal (0 = no, 1 = yes)
Required range:
0 <= x <= 1Response
Created
A skillset (role) that can be assigned to workers and shifts.
Skillset identifier
Skillset name
Default shift start time (HH:mm)
Example:
"13:00"
Default shift comments
Default payroll group code
Whether this skillset is auto-assigned to new workers (0 = no, 1 = yes)
Required range:
0 <= x <= 1Whether this skillset is visible in the client portal (0 = no, 1 = yes)
Required range:
0 <= x <= 1Create Skillset