v1
latestOpenAPI 3.1.02026-07-2419603.1 MBData Activation
List profiles belonging to given audience
Returns profiles belonging to given audience, from newest members to oldest members. Requires view permission.
get/api/cdp/v3/logs/apps/{app_id}/audiences/{audience_id}/versions/{audience_version}/profiles
Path parameters
app_idstring uuid required
ID of the app.
Example:3929d56c-cd62-4001-a4fc-013f5f954691
audience_idstring uuid required
Example:ca5b925e-6888-46fe-a0bc-55907c5af050
An audience UUID for which profiles are requested
audience_versioninteger required
Example:2
An audience version for which profiles belong
Query parameters
qstring
Filter entries by a fragment of their identifier (case insensitive).
offsetinteger
How many objects to skip (for use in pagination)
Example:10
limitinteger
How many objects should be returned
Example:20
Response
Paginated list of profiles in given audience
Example response
{
"limit": 10,
"total": 1,
"items": [
{
"joined_at": "2022-10-17T09:46:16.343024Z",
"last_activity_at": "2022-10-17T09:49:16.123456Z",
"is_user": true,
"identifier": "user@example.com",
"profile_id": 639204699
}
]
}