---
title: "Owner User"
canonical_url: "https://docs.getdx.com/webapi/types/owner-user/"
md_url: "https://docs.getdx.com/webapi/types/owner-user.md"
last_updated: "2026-05-22"
---

# Owner User
An Owner User represents an individual user assigned as an owner of a catalog entity.

## Example

```json
{
  "id": "MzI1NYn",
  "email": "first.last@example.com"
}
```

## Properties

| Key     | Type   | Description                |
| ------- | ------ | -------------------------- |
| `id`    | string | The unique ID of the user. |
| `email` | string | The email of the user.     |
---

## Sitemap

[Overview of all docs pages](/llms.txt)
