Skip to main content
PATCH
/
v1
/
positions
/
{id}
Update position
curl --request PATCH \
  --url https://staging.api.us.aptlydone.com/settings/v1/positions/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "positionName": "Senior Developer",
  "isSCIMProvisioned": false,
  "status": "ACTIVE",
  "groupIds": [
    "0acdba99-41b8-42bf-a7dd-69a3522cf90c, 7cc99913-d8f1-4462-bdd7-9e7a440524dd"
  ]
}
'
{
  "statusCode": 200,
  "timestamp": "2026-01-08T06:33:20.711Z",
  "message": "Success",
  "data": {
    "id": "1533d1e1-b367-4b1e-bd45-bec6d1939149",
    "tenantId": "7991d6c1-8488-406e-acf6-f07e7d1399e8",
    "positionId": "10000",
    "positionName": "Senior Developer",
    "isSCIMProvisioned": false,
    "status": "ACTIVE",
    "isDeleted": false,
    "createdOn": "2025-01-13T12:34:59.300Z",
    "updatedOn": "2025-01-13T12:34:59.300Z",
    "groups": [
      {
        "groupName": "Engineering Team",
        "displayName": "Engineering Team Display",
        "groupTypeName": "Organizations",
        "groupId": "9fbe4911-1eae-499e-9190-a447a7134fe7",
        "groupTypeId": "a51e8d10-388f-4042-b8a8-578b7ace6992",
        "parentId": 2,
        "parentName": "Technology Division",
        "createdAt": "2025-01-13T12:34:59.303Z",
        "updatedAt": "2025-01-13T12:34:59.303Z"
      }
    ],
    "delegationsReceived": 1,
    "delegationsIssued": 1,
    "externalId": "EXT-POS-12345",
    "instanceId": "db036aaa-14fe-454a-bc23-a722e4106925"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.aptlydone.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
positionName
string

Position name

Example:

"Senior Developer"

isSCIMProvisioned
boolean

SCIMP provisioned flag

Example:

false

status
enum<string>

Status

Available options:
ACTIVE,
INACTIVE
groupIds
string[]

Group IDs

Example:
[
  "0acdba99-41b8-42bf-a7dd-69a3522cf90c, 7cc99913-d8f1-4462-bdd7-9e7a440524dd"
]

Response

200 - application/json

Position updated 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