UpdateAccountUserMutationPayload
Output type of the updateUserDetails mutation.
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": "86541762",
"dateOfBirth": "1996-02-18",
"email": "still-thank-sister-performance-also",
"errors": [ErrorType],
"familyName": "Gonzalez",
"givenName": "Corey",
"landline": "of-to-option-manage-visit",
"mobile": "hope-mean-admit-partner-I",
"pronouns": "example-church-tax-specific-nor"
}