- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all user list direct licenses owned by the parent account.
This feature is only available to data partners.
HTTP request
GET https://datamanager.googleapis.com/v1/{parent=accountTypes/*/accounts/*}/userListDirectLicenses
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The account whose licenses are being queried. Should be in the format accountTypes/{ACCOUNT_TYPE}/accounts/{ACCOUNT_ID} |
Query parameters
| Parameters | |
|---|---|
filter |
Optional. A filter string to apply to the list request. All fields need to be on the left hand side of each condition (for example: Supported Operations:
Unsupported Fields:
|
pageSize |
Optional. The maximum number of licenses to return per page. The service may return fewer than this value. If unspecified, at most 50 licenses will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
Request body
The request body must be empty.
Response body
Response from the ListUserListDirectLicensesRequest.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"userListDirectLicenses": [
{
object ( |
| Fields | |
|---|---|
userListDirectLicenses[] |
The licenses for the given user list in the request. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/datamanager