Method: buyers.userLists.open

  • 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.

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