Update Login

This updates the name or time zone of a user. This will NOT update the password or email address.

Path Params
int32
required

ID from the Create Login Endpoint. Can get from List Logins endpoint.

Body Params
string
required

Login ID of the user

string
required

Required by the API, but not updated. You can send as an empty string.

string
required

Friendly name of the user. If not included, will reset to null

string

If allowed by the network, the preferred time zone of the user.

string
Defaults to <current AccessLevel>

The user permission level. Must be one of admn, edit, or read. If AccessLevel is not set, the user will retain the current AccessLevel.

boolean
Defaults to false

Must be true or false. Controls whether or not this user can access Studio. Defaults to false. Setting CanAccessStudio to true requires that AccessLevel be set to admn or edit.

Response

Language
Credentials
Header
Request
Response
Choose an example:
application/json