GraphQLReferenceMutationsupdateUserOn this pageupdateUser Update user details such as name and timezone. Input userUpdateInput Return Type ID Example mutation UpdateUser { updateUser(input: { userId: "dXNyMTIzNDU2" firstName: "Jane" lastName: "Smith" timeZone: "Europe/London" })} Related updateUserConsent User type