Get Person Endpoint is Returning Inconsistent Results

Sometimes a query returns data that looks like this in the JSON

“Name”: “Jason Russell”,
“First name”: “Jason”,
“Last name”: “Russell”,

sometimes a query returns data that looks like this in the JSON

“first_name”: “Jim”,
“last_name”: “Gabriel”,

Cannot tell why - same endpoint. Any ideas?

No one has the answer because that’s returned from server :wink: