# Owner

## Overview

The user who owns a specific workflow. This is a simple read only resource provided as context.

## Fields

<table><thead><tr><th width="224">Field</th><th width="139">Type</th><th>Description</th></tr></thead><tbody><tr><td>id</td><td>String</td><td>The user ID of the owner.</td></tr><tr><td>name</td><td>String</td><td>The full name of the workflow's owner.</td></tr><tr><td>email</td><td>String</td><td>The email of the workflow's owner.</td></tr></tbody></table>

#### Example

```
{
    "id": "usr_DsH4TGYXs4XPpB",
    "name": "Blake Lockley",
    "email": "blake@portant.co"
}
```
