Get List and Segment Members api only returning id and email without phone number
Get List and Segment Members api is only returning id and email when one of the profile has phone too. I am referring to to list having list id “T6Ssna” and the response I am getting as follow:
{
"records": [
{
"id": "XXFE0M7CHBJ94VDZBTQ0AXXXXX",
"email": "ExampleEmail1@gmail.com"
},
{
"id": "XXFE0N3C4BHXC39SYG6NEXXXXX",
"email": "ExampleEmail2@gmail.com"
}
]
}
