The user's name, that they've signed up with.
Use it to personalize your current user's experience, by showing their name next to the logout button, or to pre-fill forms for the user.
We have a few variations;
The user's email address that they've signed up with.
You can use this to, e.g. pre-fill a newsletter sign-up form, or an enquiry form so that your logged-in users don't need to type in their email every time.
Every user needs an ID, right?
Webflow's API requires the user ID for most operations. Experimentally, we have that here.
As a backup approach, this alternative ID is a unique, reliable hash, which can be used in 3rd party systems.
If you've set up custom user fields, you can now access these as well.
If you've set up access groups, you can now access these as well.
The BETA does not yet have data-binding support, so we apply the access-group result how we like using custom code ( see site head code ).
The current user has these access groups-