UpdateAccountUserInput
Input fields
User details.
Customer's first family name.
A free text field to help identifying the customer (e.g. for a job title).
Because this field is clearable, null and the empty string are treated differently; passing null or omitting the field leaves the value as-is, but explicitly passing an empty string clears this value.
Because this field is clearable, null and the empty string are treated differently; passing null or omitting the field leaves the value as-is, but explicitly passing an empty string clears this value.
Customer's national ID number.
How the user would like us to address them (e.g. 'she/her', 'they/them'). Because this field is clearable, null and the empty string are treated differently; passing null or omitting the field leaves the value as-is, but explicitly passing an empty string clears this value.
Customer's second family name.
The user's title.
The user for whom to perform the update. This is only needed when using an Organisation role.
Example
{
"dateOfBirth": "1999-04-26",
"details": DetailsInputType,
"email": "suffer-certain-five-American-impact",
"familyName": "Davenport",
"firstFamilyName": "Wells",
"givenName": "Wayne",
"label": "size-sometimes-alone-new-national",
"landline": "name-option-design-fight-herself",
"mobile": "federal-military-usually-entire-movie",
"nif": "science-thought-discover-decision-clearly",
"pronouns": "price-I-executive-character-between",
"secondFamilyName": "Shah",
"title": "remain-involve-western-walk-design",
"userId": "72900005"
}