Skip to main content
Version: Latest

AdminMutation.assignUsersToDistributedLicenseV2

Enterprise
description

Mutation to assign users to a distributed license

assignUsersToDistributedLicenseV2(
distributedLicenseId: Int!
userIds: [String!]!
): DistributedLicense!

Arguments

assignUsersToDistributedLicenseV2.distributedLicenseId ● Int! non-null scalar

assignUsersToDistributedLicenseV2.userIds ● [String!]! non-null scalar

Type

DistributedLicense object

A license that has been distributed to a company. This includes the seat count and expiration date of the distributed license, as well as the users assigned to it.

Loading...