Method: customers.userLists.updateCrmBasedUserListMemberships
Update memberships for the UserList. The UserList must have UserListType CRM_BASED.
HTTP request
POST https://adsdatahub.googleapis.com/v1/{name=customers/*/userLists/*}:updateCrmBasedUserListMemberships
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Full resource name, e.g. 'customers/123/userLists/12345678'. UserList must have UserListType CRM_BASED.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adsdatahub
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."],[[["Update memberships for CRM-based UserLists using the provided API endpoint."],["The UserList must have UserListType CRM_BASED and be identified by its full resource name in the request URL."],["An empty request body is required for this operation."],["A successful update operation will return an Operation object in the response body."],["Authorization requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope."]]],[]]