Skip to main content
The Gleap identify call lets you tie a user to their feedback items. It includes a unique User ID and optional meta information such as email & name.

Identify your users

To effectively manage your contacts, we advise using Gleap.IdentifyContactAsync() each time a user signs in or registers. This practice ensures accurate identification of your contacts from the outset. For scenarios where contact information needs to be updated during active usage – such as when a user subscribes to a new plan or modifies their existing data – we recommend using Gleap.UpdateContactAsync() for seamless real-time updates. Identify your user by calling the following method (GleapUserProperty lives in GleapSDK.Models).
When transmitting custom data, only primitive numeric and string values are supported for later use in segment filters. Please note that you can send only 35 custom data keys with an identify call.We currently only allow JSON strings, numbers and boolean values as custom data.
Gleap defaults to guest sessions when feedback items get reported without calling the identify method first. All feedback items of an existing guest session are merged with the user session once you’ve identified it.

Enforce identity verification

Enforce identity verification to prevent third parties from impersonating logged-in users. Learn how to generate the user hash

Update contact properties

The UpdateContactAsync method takes the same contact parameters as identify. Partial updates are possible.

Clear the identity on logout

We recommend clearing the identity once the user logs out. Clearing the identity automatically detaches the current session and creates a new guest session.

Get the identification status of a user

Get the current user identity