editUserProfile

fun editUserProfile(firstName: String, lastName: String)

Allows the user to edit their account information: first name and last name

Parameters

firstName

First name of the user

lastName

Last name of the user