Skip to main content

createLicenses

Create multiple licenses

createLicenses(
licenseType: ID!
count: Int!
autoRenewal: Boolean
createDevices: Boolean
renewalLicenseTypeId: ID
): [License!]!

Arguments

createLicenses.licenseType ● ID! non-null scalar common

createLicenses.count ● Int! non-null scalar common

createLicenses.autoRenewal ● Boolean scalar common

createLicenses.createDevices ● Boolean scalar common

When true, creates the same number of new devices and assigns each new license to one device before returning.

createLicenses.renewalLicenseTypeId ● ID scalar common

When autoRenewal is true and this differs from licenseType, the renewal target is set on create via the LMS CreateLicensesSerial streaming RPC (no separate updateAutorenewal call).

Type

License object licenses

Contains information about a License in the system