Update 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 to null. (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 or edit.

When editing a user, if you set AccessLevel to read and specify CanAccessStudio = true, then the call will fail.

When editing a user, if you set AccessLevel to read and do not specify CanAccessStudio, then CanAccessStudio will be set to false, even if it was previous set to true.

Language
Authorization
Header