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": o
{
"id": "XXFE0M7CHBJ94VDZBTQ0AXXXXX",
"email": "ExampleEmail1@gmail.com"
},
{
"id": "XXFE0N3C4BHXC39SYG6NEXXXXX",
"email": "ExampleEmail2@gmail.com"
}
]
}