Skip to main content
A User object represents a customer who has made a purchase or registered in your store. Users store identity information including contact details, billing address, and custom identifiers. Each user is automatically created when a customer completes a checkout, or can be created manually via the API. Users are central to the Fungies platform - they link to Orders, Payments, Subscriptions, and inventory items. You can use the API to create, retrieve, update, and manage user accounts.

Endpoints

The User object

object
string
Object type identifier. Always "user" for User objects.
id
string
required
Unique identifier (UUID) for this user.
email
string | null
The user’s email address. Used for transactional emails and account identification.
username
string | null
Username of the user, if set. Can be used as an alternative identifier.
details
object | null
Billing and contact details for the user.
internalId
string | null
Your custom identifier for this user. Use this to link Fungies users to your own system’s user records.

Example response


Orders

View orders placed by users

Payments

Payment transactions by users

Subscriptions

User subscription relationships

Events

Webhook events for user activity