Create LoginAsk AIpost https://api.kevel.co/v1/loginThis adds a new user to your account. The result will include the unique Login ID that can be used to update or remove the login.Body ParamsemailstringrequiredThe email used to login and used for alerts and notifications. A valid email address must be entered.namestringDefaults to NullFriendly name of user. Defaults to null.defaultTimeZonestringDefaults to nullIf allowed by the network, the preferred time zone of the user. Must be a string in this list. If none supplied, the time zone for the user defaults to the network setting, or if no network setting, GMT.accessLevelstringDefaults to readThe user permission level. Must be one of admn, edit, or read. Defaults to read.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