Discussions

Ask a Question
Back to All

Validate active membership status for email address

I'll have an email address from which I believe I can look up the party using an email address as per https://developer.imis.com/reference/find-party-using-filter-operator. E.g. /api/party?email=eq:[email protected]

I've looked at https://testapi.imis.com/swagger/?url=https://testapi.imis.com/swagger/Enterprise/party.json and https://testapi.imis.com/swagger/Enterprise/party.json but I'm unclear on what I need to actually determine if the party's membership status is active. Is the best method to take the returned Party object, and check if the property PartyData.Status.ActiveStatus enum equals "Active"?

Thanks for your help!