v1
latestOpenAPI 3.1.02026-07-2419603.1 MBData Activation
Fetch user lists
Returns a list of user lists Data Activation can send data to. Requires edit permission.
get/api/cdp/integration/gads/v1/app/{app_id}/customer/{customer_id}/user-list
Path parameters
app_idstring uuid required
ID of the app.
Example:3929d56c-cd62-4001-a4fc-013f5f954691
customer_idstring required
Customer ID
Example:7762745113
Query parameters
manager_idstring
Manager ID (login customer ID)
Example:3792543821
Response
An array of user lists
Example response
[
{
"id": "7762745113",
"name": "My user list"
}
]