BizKitHub
DocsAPI ReferenceMember/bff/member/save-job-title
postMemberAdmin BFF

/bff/member/save-job-title

Sets cas__organisation_member.job_title. Independent from the AI-triage defaultRole — that one is a controlled enum for the assign-agent, this one is free-form and shown to humans (sidebar member widget, member detail).

MemberpostBffMemberSave-job-title

Parameters

JSON body

Request body

application/json
idstringRequired

External member id.

jobTitlestring | nullOptional
One of 2:
Variant 1
string

Human-facing job title inside the org. Pass an empty string or null to clear.

Length: 064
Variant 2
null

Response schema

1 status code documented

200Success
successbooleanRequired
Default: true

Response example

application/json
{
  "success": true
}

Request example

POST /bff/member/save-job-title

post
curl -X POST "https://api.bizkithub.com/bff/member/save-job-title" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "id": "example_id"
}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key