Record promotion or transfer
Updates department and/or designation on the employee row and appends a matching employment_history snapshot in one transaction.
Authorizations
Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.
Developer API key (fl_dev_...). Required on every API call with a machine access token.
First-party client audience. Must match the fluide_client_id claim on the JWT. Use fluide-developer for Connect.
Headers
Partner / ISV only: UUID of the workspace that owns the client company. Required together with X-Acting-Company-Id when scoping product APIs to a merchant. See /getting-started/multi-tenancy.
Partner / ISV only: UUID of the client company to act on. Must belong to the workspace in X-Workspace-Id.
Path Parameters
id identifier
Body
PROMOTION, TRANSFER, LATERAL_MOVE, RECLASSIFICATION, OTHER Effective date of the new role / placement (YYYY-MM-DD)
When set, updates employee department master FK
When set, updates employee designation / job title
1002000