# Webflow's UserID

Webflow does not expose the UserID in an accessible way.&#x20;

{% hint style="success" %}
However as of SA5 v5.4.23 we have an experimental approach to obtaining this, which we're currently evaluating.&#x20;

This should be considered EXPERIMENTAL.&#x20;

Please test it thoroughly before using in a production system.&#x20;
{% endhint %}

## Custom Data Workaround

If you use an automation platform like Make or Zapier, one possibility is to;

* Create a custom user data field called user-id
* Build an automation on the new-user-created Webflow API webhook
* When this happens, grab the UserID, and then turn around and update your custom user data field on the same user record
* Use SA5 Custom User Fields setup to access that data&#x20;

{% hint style="success" %}
Unlike CMS Item ID's Webflow's UserID's *do not change* even on a backup restore.
{% endhint %}

## Hyperflow

Sygnal has developed a new framework called Hyperflow which fully replaces the SA5 User Info library with a server-side solution that;

* Requires zero site setup&#x20;
* Instantly retrieves the current user info with no delay
* Can access the full user record
  * Name & Email
  * UserID
  * Access Groups
  * Custom User Fields
  * Utility Settings
* Can use User data to do;
  * Personalization
  * App Builds&#x20;
  * Paywalls&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://attr.sygnal.com/sa5-user-accounts/get-logged-in-user-info/webflows-userid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
