updateUser
Update the current user, or a patient that the current user has access to. To update other org members, use updateOrganizationMembership
Arguments
input  
·   updateUserInput     · Parameters for updateUser Returns
updateUserPayload   Example
mutation updateUser($input: updateUserInput) {  updateUser(input: $input) {    messages    user  }}