PeopleForce
Core

Early access

Company API v4 is the next-generation API and is under active development. Endpoints and fields may still change.

Create a job title

Create a new job title

POST
/api/v4/job_titles

Create a new job title

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Create a new job title

Response Body

application/json

curl -X POST "https://example.com/api/v4/job_titles" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{  "id": 0,  "name": "string"}