/persons/search customfields not accurate

Hi,

i’ve seem to run into a problem with /persons/search and customfields

I deleted a custom field and also added 2 new ones, but when I do a /persons/search request i still get the deleted fields and none of the new custom fields in the custom_fields array, but when I do persons/id they do show up.

for me it seems like a cache issue possibility

Hi @JeffT,

Unfortunately, it’s the current limitation we have. I know it’s not ideal but you already found a workaround, call GET /persons/<id> on found person to get the latest data.