AdminMutation.removeUsersFromDistributedLicenseV2
Enterprise
description
Mutation to remove a user from a distributed license
removeUsersFromDistributedLicenseV2(
  distributedLicenseId: Int!
  userIds: [String!]!
): DistributedLicense!
Arguments
removeUsersFromDistributedLicenseV2.distributedLicenseId ● Int! non-null scalar
removeUsersFromDistributedLicenseV2.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...