[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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."]]],["The core action is updating memberships for a CRM-based UserList via a POST request to `https://adsdatahub.googleapis.com/v1/{name=customers/*/userLists/*}:updateCrmBasedUserListMemberships`. The `name` path parameter, a string, specifies the full resource name of the UserList which has a CRM_BASED type. The request body is empty, and a successful response returns an Operation instance. Authorization requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope.\n"]]