Portant Portant Docs

Owner

Overview

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

Fields

FieldTypeDescription
idStringThe user ID of the owner.
nameStringThe full name of the workflow's owner.
emailStringThe email of the workflow's owner.

Example

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