put https://api.kevel.co/v1/login/
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.)
Passwords are NOT returned in the response. They are returned as empty strings.
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
.