UpdateAccountUserMutationPayload
DEPRECATED: Please use updateUser instead
Update the account user details of the authenticated user. Only one field can be updated per day. This prevents users from switching accounts to someone else (usually when moving homes) All account changes should be handled by operations or the move out journey. New customers are exempt from this rule for the first 31 days.
Fields
A unique identifier for the client performing the mutation.
The user's date of birth.
The user's email address.
A list of validation errors.
The user's family name.
The user's given name.
The user's landline number.
The user's mobile number.
The user's pronouns.
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
{
"clientMutationId": "13304401",
"dateOfBirth": "2011-09-09",
"email": "establish-economic-foot-few-teacher",
"errors": [ErrorType],
"familyName": "Brown",
"givenName": "Jose",
"landline": "same-employee-herself-bring-question",
"mobile": "behind-subject-me-day-type",
"pronouns": "meeting-hospital-time-loss-can"
}