request_trial_license
request_trial_license
request_trial_license(name: str, email: str, company: str) -> NoneRequest a key for a trial license for the user name working at company, that will be sent to the e-mail address email.
Parameters
name(str) The name of the user.email(str) The email address that should receive the license.company(str) The company of the user.