Partial update (profile, note, bank, internal_id)
Partially update an existing employee linked to your partner. Include only the fields you want to change — the server applies updates from the request body and does not overwrite stored profile, bank, note, or internal_id values for properties you omit (subject to validation rules).
Intended use: first and foremost to add or change bank account details (Norwegian account number, or IBAN + BIC) when onboarding requires it. You may also send individual profile fields when a profile already exists, as a secondary convenience; for a full profile step, prefer PUT / PATCH /users/{id}/profile.
Validation rules depend on whether a profile already exists and which fields are sent. When no profile exists, more fields become required together (see server-side rules).
Bank (onboarding): use exactly one of:
- Domestic (Norwegian):
bank_account_numberonly; or - International:
bank_iban_numberandbank_bic_numbertogether. Do not mix styles in one request. Submitting bank fields updates the bank record and may clear the columns for the other variant when switching type. The server validates thisoneOfrule.
Authorizations
Sanctum personal access token (access_tokens / partner API settings).
UUID API key stored for the partner user.
Path Parameters
Body
25425425510255254true, false 4096Response
true, false