[[["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."],[[["\u003cp\u003eCreates a new Ads Data Hub user list within a specified parent resource.\u003c/p\u003e\n"],["\u003cp\u003eRequires an HTTP POST request to a specific URL with the parent resource name as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain a UserList object and authorization with the 'adsdatahub' scope.\u003c/p\u003e\n"],["\u003cp\u003eA successful response will return the newly created UserList object.\u003c/p\u003e\n"]]],["This describes how to create an Ads Data Hub-managed user list. A `POST` request is sent to the specified URL, including the required `parent` path parameter (the customer ID). The request body contains user list data and the response will return the newly created user list object. This API endpoint requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope for authorization. The documentation includes details on HTTP requests, parameters, request and response body, and authorization scopes.\n"],null,["# Method: customers.userLists.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nCreates an Ads Data Hub-managed user list.\n\n### HTTP request\n\n`POST https://adsdatahub.googleapis.com/v1/{parent=customers/*}/userLists`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|--------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent resource name that owns the user list, e.g. 'customers/123'. |\n\n### Request body\n\nThe request body contains an instance of [UserList](/ads-data-hub/marketers/reference/rest/v1/customers.userLists#UserList).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [UserList](/ads-data-hub/marketers/reference/rest/v1/customers.userLists#UserList).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]