according to the API documentation, i should be able to use user.update(first_name='name', last_name='name') to update a user's first and last names. however, it is saying that the function update() has no parameters first_name and last_name. i can however update fullname. (but i still need to update first and last)