UpdateAccountUserInput
Input required to update an AccountUser and its AccountUserDetails.
Input fields
Add, change or remove one of the account user's contact email addresses.
User details.
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.
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.
The user's title.
The user for whom to perform the update. This is only needed when using an Organisation role.
Example
{
"contactEmail": ContactEmailInput,
"dateOfBirth": "1979-07-26",
"details": DetailsInputType,
"email": "throughout-which-where-matter-population",
"familyName": "Meadows",
"givenName": "Ian",
"kanaFamilyName": "Bright",
"kanaGivenName": "Keith",
"label": "glass-drug-relate-rule-director",
"landline": "design-yes-south-especially-speech",
"mobile": "reflect-involve-wait-say-evidence",
"pronouns": "treatment-growth-situation-majority-improve",
"title": "dark-message-morning-firm-discussion",
"userId": "82444442"
}