Send feedback
Method: licenseAssignments.listForProduct
Stay organized with collections
Save and categorize content based on your preferences.
List all users assigned licenses for a specific product SKU.
HTTP request
GET https://licensing.googleapis.com/apps/licensing/v1/product/{productId}/users
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters
productId
string
A product's unique identifier. For more information about products in this version of the API, see Products and SKUs .
Query parameters
Parameters
customerId
string
The customer's unique ID as defined in the Admin console, such as C00000000
. If the customer is suspended, the server returns an error.
maxResults
integer (uint32 format)
The maxResults
query string determines how many entries are returned on each page of a large response. This is an optional parameter. The value must be a positive number.
pageToken
string
Token to fetch the next page of data. The maxResults
query string is related to the pageToken
since maxResults
determines how many entries are returned on each page. This is an optional query string. If not specified, the server returns the first page.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of LicenseAssignmentList
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/apps.licensing
For more information, see the Authorization guide .
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-05-04 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?