UpdateUser
What it does
Updates information about a user.
Definition
void UpdateUser( int userId, string userName, string fullName, string email );
Parameters
| Name | Type | Description |
| userId | int | User ID |
| userName | string | New user name |
| fullName | string | Full new user name |
| string | New user e-mail |
Returned value
N/A
Note: To modify the user information, call the GetUser method, make relevant changes in one or more fields, and call the UpdateUser method.
12.04.2024 18:16:02