Owner

Overview

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

Fields

FieldTypeDescription

id

String

The user ID of the owner.

name

String

The full name of the workflow's owner.

email

String

The email of the workflow's owner.

Example

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

Last updated