Get member first name, last name, email address from id
I have tried unsuccessfully to get a user first name, last name, email address from the ID.
Here is what I tried to get the last name:
https://api.wildapricot.org/v2.1/accounts/12345/contacts?async=false&$filter=$async=false&?$select='Last%20Name'%$filter='Member ID' eq 11111111
What am I doing wrong?
Thanks,
Jay
There is a strange mix of parameters and invalid syntax in this example. Please check documentation to find right syntax.
To get a single contact details by id
https://api.wildapricot.org/v2.1/accounts/{ACCOUNT_ID}/contacts/{CONTACT_ID}
As an alternative to writing code you can use out module on Integromat https://www.integromat.com/en/integrations/wild-apricot
-
James Talbott commented
This did not work using our account number ***25 and my account ***017 as in:
https://api.wildapricot.org/v2.1/accounts/***25/contacts/***017
Please let me know if you receive the correct data returned when you use SAAC's account number and my id.
Thanks,
James Talbott