BaseInitializeUserInput
Minimum input required to initiate the Initialize User step prior to sign up.
This type should be extended by clients/territories in order to define the input required by the specific client/territory for user preparation.
Input fields
The type of account this user is associated with initially.
The brand of the created portfolio.
The customer's details.
Optional user details to set on the user (e.g. namespace-based values like SSN last 4, PIN).
The number of portfolio this user will be linked to.
The user's role for the portfolio.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"accountType": "BUSINESS",
"brandCode": "resource-property-education-ask-white",
"customerDetails": CustomerDetailsInput,
"details": DetailsInputType,
"portfolioNumber": "P-48F8ACDB",
"role": ADMIN
}