Skip to main content
Updates information about a user.

Definition

Parameters

Returned value

None.

Modify the information about a user

1

Read the current user record

Call the GetUser method to obtain the UserInfo record for the user.
2

Change the relevant fields

Change one or more fields in the record.
3

Save the changes

Call the UpdateUser method with the updated values.