Amending user first and last names
Hi
The CreateUser method does not include first and last names. How can these be amended for a user via code?
Thanks
Regards
Hi John01,
Once you use the user manager to create a new user, this returns an instance of a user. Then you can use the FirstName and LastName properties of this user instance to set the values.
Greetings,
Radoslav Georgiev
the Telerik team