WorkflowSub2ApiBinding
statusstringrequired
Possible values: [bound, unbound, unavailable]
emailstring<email>required
usernamestringrequired
sub2apiUserIdinteger<int64>
createdboolean
仅绑定操作返回;true 表示本次请求创建了 Sub2API 用户。
WorkflowSub2ApiBinding
{
"status": "bound",
"email": "user@example.com",
"username": "string",
"sub2apiUserId": 0,
"created": true
}