Skip to main content
POST
Create job role in organization

Authorizations

Authorization
string
header
required

JWT access token. Send Authorization: Bearer <token>.

Headers

Idempotency-Key
string

Optional. Opaque per-request value; when sent, the API stores the first successful create for that (caller, key) and replays the same 201 response on retries. The exact raw JSON body is hashed; a different body with the same key yields 409.

Path Parameters

organization_id
string<uuid>
required

Organization identifier

Body

application/json
slug
string
name
string
description
string
scope
enum<string>
Available options:
standard,
organization
status
enum<string>
Available options:
active,
archived

Response

Created

data
object
required