# <a id="bitdrift.public.unary.common.v1.Owner"></a>Owner

**Source definition:** [`src/bitdrift/public/unary/common/v1/common.proto#L15-L23`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/common/v1/common.proto#L15-L23>)

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| email | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">up to 255 chars</em> | The email address of this owner. |
| id | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">up to 100 chars</em> | The unique ID of this owner. |
| name | <span class="proto-type proto-type-primitive">optional string</span><br><em class="proto-field-annotation">up to 100 chars</em> |  |

</section>
<p class="h4">Example</p>
```json
{
  "email": "user@example.com",
  "id": "usr_abc123",
  "name": "Jane Doe"
}
```

