This updates the name or time zone of a user. This will NOT update the password or email address.
Make sure to send
Name
when 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
,AccessLevel
must =admn
oredit
.When editing a user, if you set
AccessLevel
toread
and specifyCanAccessStudio
=true
, then the call will fail.When editing a user, if you set
AccessLevel
toread
and do not specifyCanAccessStudio
, thenCanAccessStudio
will be set tofalse
, even if it was previous set totrue
.
Clearing attribute values
To unset or clear an attribute, set its value to
NULL
.