Retrieve a list of profiles in a journey.
Returns the list of profiles in the journey
{- "data": {
- "names": [
- "string"
], - "rows": [
- [
- "003171af29a5f0ac890fed022d9e5366dea5d68e",
- "a@example.com"
]
]
}, - "included": [
- {
- "id": "string",
- "type": "user",
- "attributes": {
- "tdUserId": "string",
- "name": "string"
}
}
]
}