updateUser Operation

With updateUser operation you can update the configuration of an existing user.

Request Parameters

authToken, loginName, firstName, lastName, loginPassword, phone, email, enabled, privileges, devices, appliances, changeLoginNameTo

Response

userResponse (see userResponse Type)

Example

To update the createUser example, by removing the Configuration Administrator as a privilege for the user:

updateUser authstr “me” “MyFirstName” “MyLastName” “MyPassword” “1-777-7777” “me@loglogic.com” “yes” “Report Administrator” “all” “” “”