What it does
Updates information about a user.Definition
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/ATo modify the user information, call the GetUser method, make relevant changes in one or more fields, and call the UpdateUser method.
