Sending user ID's in a form request

Hello, we have a server that provides some text altering/formatting capabilities. We would like to connect the webflow user management to it because it seamed very easy! But how can we add the user_id on the logic HTTP request, so that the server can confirm that the request is coming from an authenticated user and not just some random request.

Hi @Baublys :wave: welcome to the forum.

Sad to say you can’t.

One workaround is to add the memberships user id to your CMS. If you then submit the form from a CMS Collection Page, you have access to it and can add it to a hidden form field.

Hope that helps!