Skip to main content
POST
Create position

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
tenantId
string
required

Tenant ID

Example:

"33734ff7-af8d-4f2e-b531-b85b7b0873df"

positionName
string
required

Position name

Example:

"Senior Developer"

isSCIMProvisioned
boolean

SCIMP provisioned flag

Example:

false

externalId
string

External ID

Maximum string length: 100
Example:

"EXT-POS-12345"

instanceId
string

Instance ID

Example:

"e2c40d51-b040-4168-b147-71532f8c6788"

status
enum<string>
default:ACTIVE

Status

Available options:
ACTIVE,
INACTIVE
groupIds
string[]

Group IDs

Example:

Response

201 - application/json

Position created successfully

statusCode
number
required

HTTP Status code

Example:

200

timestamp
string
required

Timestamp of the response

Example:

"2026-01-08T06:33:20.711Z"

message
string
required

Response message

Example:

"Success"

data
object
required

Response data