WooCommerce Membership metadata to Auth0

Hi,

can anyone help? How can i save the Woo Memberships Subscriptions data in Auth0 and keep it up to date? I don’t have any codes experience and don’t know how to start. Is there a tutorial?

Thank you.

Hi @jpatakilehi,

Welcome to the Auth0 Community!

First, could you please clarify whether you are trying to save the WooCommerce Memberships Subscriptions data to the user’s profile in Auth0?

If so, I recommend programmatically updating the user_metadata with the WooCommerce Membership data using the Management API PATCH/api/v2/users/{id} endpoint.

If not, could you please elaborate further on how you intend to save the WooCommerce Memberships Subscriptions data in Auth0?

Looking forward to your response.

Thank you.

Hi @rueben.tiow
thank you for your reply. Sorry for the late reply but I was ill.

We have 13 News websites (Craft CMS ) and a Woo webstore.
Woocommerce Membership and Subscriptions can be purchased in the webstore, the user´s data are stored in Auth0 and when someone logs in (with Auth0) to a news website the system detects if they have an active subscription and displays the hidden content for them.

Thank you.