POST
Update customer onboarding type

Authorizations

Authorization
string
header
required

The back-office user's id_token — the ID token, not the access_token. The API rejects access tokens.

Path Parameters

customerId
string<uuid>
required

The customer's ID.

Query Parameters

programId
string
required

The program the customer/account belongs to. Required on every request.

Body

application/json
accountOnboardingType
string
required

The onboarding type controlling how many accounts and what kind of accounts the customer is onboarded with.

Example:

"SINGLE"

Response

The customer's onboarding type was updated.

Standard mutation envelope. Additional fields may be present depending on the operation.

success
boolean
Example:

true