Method: buyers.userLists.open
Changes the status of a user list to OPEN. This allows new users to be added to the user list.
HTTP request
POST https://realtimebidding.googleapis.com/v1/{name=buyers/*/userLists/*}:open
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. The name of the user list to open. See UserList.name
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of UserList
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/realtime-bidding
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 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["Opens a specified user list to allow the addition of new users."],["Requires an HTTP POST request to the designated endpoint with the user list's name as a path parameter."],["Uses gRPC Transcoding syntax in the URL and requires an empty request body."],["A successful operation returns the UserList object in the response."],["Needs authorization with the `https://www.googleapis.com/auth/realtime-bidding` scope."]]],[]]