User Extended by Role and User Extended by user started to return an unexpected value today. For example,
https://api.sky.blackbaud.com/school/v1/users/extended/3122235
and
https://api.sky.blackbaud.com/school/v1/users/extended?base_role_ids=14
return in part:
"in_state": {
"resident": "No Answer",
"county": "",
"from_date": "0001-01-01T00:00:00-06:00"
},
The “resident” field is supposed to be a string representing a boolean - Yes/No, True/False. “No Answer” is not a boolean, and can not be parsed as one. This breaks SKYLib-Net (the library that I use to read the data), and therefore a large number of my programs.
This kind of breaking change should have been announced. Help!!
Case submitted: 019553839