Rename Profile
This use case intends to rename a LocalAccount (Profile) of the App that matches the given id.
Parameters
- The
localAccountIdis the id of the LocalAccount in question. - The
newAccountNamethe LocalAccount name should use.
On Success
- The LocalAccount with the
localAccountIdis now namednewAccountName.
On Failure
- There is no such LocalAccount.