---
title: "Create Job Role"
method: POST
path: "/jobroles"
tags: ["Job Roles"]
---

# Create Job Role

`POST /jobroles`

Create Job Role.

<b>Scopes:</b> amReadWriteUser

## Query parameters

- `title` string, required — Name of Job Role
- `shortTitle` string — Short name of Job Role
- `avatarColor` 'Purple1' | 'Purple2' | 'Blue1' | 'Pink1' | 'Pink2' | 'Red1' | 'Red2' | 'Turquoise1' | 'Turquoise2' | 'Blue2' | 'DarkBlue1' | 'Green2' | 'DarkBlue2' | 'Green1' | 'Yellow1' | 'Yellow2' | 'Orange2' | 'DarkCyan2' | 'Orange1' | 'DarkCyan1' | 'YellowGreen2' | 'YellowGreen1' — * `Purple1` - #BA68C8 * `Purple2` - #8E24AA * `Blue1` - #64B5F6 * `Pink1` - #F06292 * `Pink2` - #D81B60 * `Red1` - #E57373 * `Red2` - #E53935 * `Turquoise1` - #4DD0E1 * `Turquoise2` - #00ACC1 * `Blue2` - #1E88E5 * `DarkBlue1` - #7986CB * `Green2` - #43A047 * `DarkBlue2` - #3949AB * `Green1` - #81C784 * `Yellow1` - #FBC02D * `Yellow2` - #F9A825 * `Orange2` - #F57C00 * `DarkCyan2` - #00897B * `Orange1` - #FF9800 * `DarkCyan1` - #4DB6AC * `YellowGreen2` - #AFB42B * `YellowGreen1` - #C0CA33

## Response `2XX`

success response

- object
  - `data` JobRole[]
    - `isDeleted` boolean — Job Role is deleted
    - `avatarUrl` string — Avatar URL
    - `id` string
    - `shortTitle` string — Short title
    - `title` string — Title
  - `kind` 'accounts' | 'users' | 'contacts' | 'assets' | 'eDiscoveryReport' | 'folders' | 'folderTree' | 'tasks' | 'taskIds' | 'timelogs' | 'timelogCategories' | 'timelogLockPeriods' | 'timetrackerTimers' | 'comments' | 'attachments' | 'url' | 'version' | 'dataExport' | 'dataExportSchema' | 'auditLog' | 'accessRoles' | 'stream' | 'changes' | 'posts' | 'mailSettings' | 'integrationInfo' | 'gmailIntegrationSettings' | 'workTypesForIntegrations' | 'ids' | 'backups' | 'domains' | 'dependencies' | 'workflows' | 'workschedules' | 'workscheduleExclusions' | 'workscheduleUserExclusions' | 'customfields' | 'customfieldIds' | 'customstatuses' | 'invitations' | 'notifications' | 'jobroles' | 'placeholders' | 'groups' | 'session' | 'dashboards' | 'widgets' | 'taskCreationSettings' | 'colors' | 'experiments' | 'topics' | 'topicComments' | 'webhooks' | 'reviews' | 'boards' | 'textSearch' | 'chatChannels' | 'chatMessages' | 'forms' | 'requestForms' | 'request' | 'report' | 'platformWidgets' | 'platformWidgetInstances' | 'spaces' | 'pdf' | 'customerSatisfaction' | 'asyncJob' | 'approvals' | 'highlights' | 'highlightsList' | 'highlightsSettings' | 'highlightsCard' | 'timesheet' | 'timesheetRow' | 'timesheetSubmissionRule' | 'mobileFeatures' | 'mobileSettings' | 'folderBlueprintTree' | 'taskBlueprintTree' | 'feedback' | 'timeline_snapshot' | 'contactIds' | 'bookings' | 'integrateThreshold' | 'hourlyRatesProvision' | 'hourlyRates' | 'projectTeamMembers' | 'contactsHistory' | 'tasksHistory' | 'foldersHistory' | 'activityDigest' | 'workItemTemplates' | 'workTemplates' | 'workItemMetadata' | 'workItem' | 'customItemTypes' | 'verificationCode' | 'views' | 'listView' | 'tableView' | 'userTypes' | 'reactions' | 'externalRequesters' | 'workscheduleCapacityOverrides' | 'userCapacityOverrides' | 'userCapacityExclusions' | 'rollups' | 'requestFormPrefill' | 'userAggregatedCapacity' | 'cascadingFieldSettings'

## Other responses

- `4XX` — client-side error response
- `5XX` — server-side error response

---

[API](https://skmtc.net/wrike/apis/wrike-api.md) · [All operations](https://skmtc.net/wrike/apis/wrike-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wrike/wrike-api/revisions/f1c1279c29d6/schema)
