WorkflowSub2ApiBinding
statusstringrequired
Possible values: [bound, unbound, unavailable]
emailstring<email>required
usernamestringrequired
sub2apiUserIdinteger<int64>
createdboolean
Only the binding operation returns; true indicates that the Sub2API user was created for this request.
WorkflowSub2ApiBinding
{
"status": "bound",
"email": "user@example.com",
"username": "string",
"sub2apiUserId": 0,
"created": true
}