👥Subscribers

Manage your subscriber / individual user data

Subscribers represent individual users (either internal or external), or can represent service accounts within an organization. Subscribers can be associated with one or many "Subscriber Credentials." Subscribers can be associated with zero or one Organizations.


Example Scenarios

Internal Business Unit:

In the brighthealth-clinops department, each nurse or doctor accessing LLM features (e.g., summarizing patient notes) is represented as a Subscriber.

  • Subscriber Email: [email protected]

  • Subscriber ID: nurse-station-a-57

  • Organization ID: brighthealth-clinops

  • They may use multiple devices or credentials to initiate requests.

This allows BrightHealth to analyze usage by individual staff member and aggregate trends at the clinical team level.

External SaaS Customer:

ACME Bank uses a SaaS analytics platform built by FinPilot. Within ACME's organization, users like underwriters and analysts are tracked as subscribers.

  • Organization ID: acme-bank

  • Each subscriber has an associated credential (e.g., API key or SSO token) that identifies the integration point or tool they used.

This model allows FinPilot to distinguish usage by role or user, supporting granular billing, support, and analytics.

Many Saas Applications only track anonymous user usage. For this use case, Revenium supports the use of a subscriber_id field which can take any value you store to track anonymous users. If at some point, an anonymous user becomes known, you can update their subscriber record with an email as well to maintain a usage history after their email address becomes known.

Last updated

Was this helpful?