Owner
Overview
The user who owns a specific workflow. This is a simple read only resource provided as context.
Fields
| Field | Type | Description |
|---|---|---|
| id | String | The user ID of the owner. |
| name | String | The full name of the workflow's owner. |
| String | The email of the workflow's owner. |
Example
{
"id": "usr_DsH4TGYXs4XPpB",
"name": "Blake Lockley",
"email": "blake@portant.co"
}