Skip to main content

What it does

Updates information about a user.

Definition

void UpdateUser( int userId, string userName, string fullName, string email );

Parameters

NameTypeDescription
userIdintUser ID
userNamestringNew user name
fullNamestringFull new user name
emailstringNew user e-mail

Returned value

N/A
To modify the user information, call the GetUser method, make relevant changes in one or more fields, and call the UpdateUser method.