This updates the name or time zone of a user. This will NOT update the password or email address.
Make sure to send
Namewhen updating a Login via the API. Leaving this blank will set it tonull. (In the the SDK, however, this is unnecessary. You can specify only what you want to change.)
The "Password" field in the response is a legacy field that is no longer in use. The value is always returned as an empty string.
In order for
CanAccessStudio=true,AccessLevelmust =admnoredit.When editing a user, if you set
AccessLeveltoreadand specifyCanAccessStudio=true, then the call will fail.When editing a user, if you set
AccessLeveltoreadand do not specifyCanAccessStudio, thenCanAccessStudiowill be set tofalse, even if it was previous set totrue.
