- This topic has 2 replies, 3 voices, and was last updated 9 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › eMember – multiple membership level IDs during API create/update call
Hello,
quick question. I want to use API GET calls to create users registering on another website. Can I hand over multiple membership level IDs during create/update API calls? I have set the secondary memberships option in eMember settings.
Example: imagine I have several “magazines” worth of content. I have membership level IDs for every month. People sign up for the January issue, so I hand over ID 1. People sign up for the February issue, I hand over ID 2. People show interest in both issues or more: can I just hand over “&membership_level_id=1,2,…” in the API call?
Thank you in advance,
Nico
Adding membership levels, works, but I think you have to do it one level at a time.
I am guessing you are using the multiple membership level per user feature on this site:
After you create the member profile, you can use the update API to update the membership level of a user (one by one):
The levels will then get applied to the profile according to how the multiple membership level feature work.