Skip to main content

Input fields

accountType : AccountTypeChoices default: DOMESTIC

The type of account this user is associated with initially.

brandCode : String! required

The brand of the created portfolio.

customerDetails : CustomerDetailsInput! required

The customer's details.

details : [DetailsInputType]

Optional user details to set on the user (e.g. namespace-based values like SSN last 4, PIN).

portfolioNumber : String

The number of portfolio this user will be linked to.

role : RoleString

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 }