工单可用的副本用户
GET /apiv2/tickets/{id}/collaborators.json调用权限
agent
curl示例
curl https://{subdomain}.kf5.com/apiv2/tickets/{id}/collaborators.json \
-v -u {email_address}:{password}返回示例
Status: 200{
"users": [
{
"id": 100,
"name": "客服1号",
... },
{
"id": 101,
"name": "客服2号",
... }
]}