member.contactDetails.firstName is not provided by the API anymore

I’m having trouble with getMember
I select firstName from the member.contactDetails.firstName. But I noticed firstName is no longer available in de response from getmember:

currentMember.getMember({ fieldsets: [‘FULL’] });

Anyone the same issue? Any ideas how to get firstName from getMember?

Thanks

1 Like

:thinking: it should be

1 Like

I found the source of the problem. I had added firstName to the account profile. I removed it, and now firstName is visible in getmember again. It seems like this shouldn’t work this way in Wix, and all fields should always be available?

1 Like