资源介绍
客户服务
公开API
。[customerId]
input: null
output: customer
input: null
output: [customer]
input: customer {
name: String,
maxUsers: Int
}
output: customer
。[customerId]
input: customer {
firstname: String,
lastname: String,
email: Email,
password: String(min 8) or null to not change it,
avatar: Url,
roles: Array("Admin", "ChatOperator", "KnowledgeOperator")
}
output: customer
。[