OptionalchannelThe user's channel data.
OptionalcreatedThe user's creation date as an ISO string.
OptionalcustomCustom user properties.
OptionalemailThe user's email address.
OptionalnameThe user's display name.
OptionalphoneThe user's phone number.
OptionaltimeThe user's timezone for scheduled notifications.
OptionaltriggerPer-recipient data. Useful when you want to notify an array of recipients with a single trigger, but include custom data per-recipient.
Any data provided under this property will be merged with the data passed in the data property to produce the final data available for the recipient's workflow run.
The user ID.
Serializable version of InlineIdentifyUserRequest for background job payloads. The only change is
createdAtis an ISO string instead of a Date.