For a list of methods for this resource, see the end of this page.
Resource representations
{ "kind": "appsmarket#userLicense", "id": string, "applicationId": string, "userId": string, "state": string, "enabled": boolean, "editionId": string, "customerId": string }
Property name | Value | Description | Notes |
---|---|---|---|
applicationId |
string |
The ID of the application corresponding to the license query. | |
customerId |
string |
The domain name of the user. | |
editionId |
string |
(Deprecated) | |
enabled |
boolean |
The domain administrator has activated the application for this domain. | |
id |
string |
The ID of user license. | |
kind |
string |
The type of API resource. This is always appsmarket#userLicense . |
|
state |
string |
The user's licensing status. One of:
Acceptable values are:
|
|
userId |
string |
The email address of the user. |