Update LoginAsk AIput https://api.kevel.co/v1/login/{LoginID}This updates the name or time zone of a user. This will NOT update the password or email address.Path ParamsloginIdint32requiredID from the Create Login Endpoint. Can get from List Logins endpoint.Body ParamsidstringrequiredLogin ID of the useremailstringrequiredRequired by the API, but not updated. You can send as an empty string.namestringrequiredFriendly name of the user. If not included, will reset to nulldefaultTimeZonestringIf allowed by the network, the preferred time zone of the user.accessLevelstringDefaults 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.canAccessStudiobooleanDefaults to falseMust 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 200200Updated 7 months ago