Skip to main content
PUT
Update an employee's Payroll ID

Authorizations

X-Auth-Token
string
header
required

Access token obtained from OAuth2 client credentials flow

X-Org-Id
string
header
required

Organisation to scope the request to. Required when the principal can access more than one organisation; optional for single-organisation principals (the authorizer resolves it automatically).

Path Parameters

employeeId
string
required

The ID of the employee

Body

application/json
payrollId
string | null
required

The new Payroll ID for the employee. Used as the payId field in HMRC FPS submissions. The previous Payroll ID is automatically saved for HMRC reporting.

Example:

"PAY456"

Response

Payroll ID updated successfully

message
object
content
object
validationIssues
object[]
messageToken
string