Umami · Example Payload

Umami User Example

Cookieless TrackingOpen SourcePrivacyWeb AnalyticsWebsite Analytics

Umami User Example is an example object payload from Umami, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idusernamerolecreatedAtisAdminteams

Example Payload

Raw ↑
{
  "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  "username": "admin",
  "role": "admin",
  "createdAt": "2026-01-15T10:00:00.000Z",
  "isAdmin": true,
  "teams": [
    {}
  ]
}