云客服-单个创建座席账号(agentAccount/create):报文样例

时间:2023-11-01 16:19:55

报文样例

  • 场景描述:创建座席账号
    URL:见文档
    x-app-key: XXXXXXXXXXXXXXXXXXXXXXX Content-Type: application/json Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXX

    请求参数:

    {    "userAccount":"test123456",    "userName":"test111",    "password":"Te******4",    "email":"t**@******.com",    "agentType":11,    "ccRoleId":2,    "skills":[{"skillId":3,"agentWeight":1,      "skillWeight":1}, {"skillId":2,"agentWeight":1,      "skillWeight":2}]}

    响应参数:

    {  "resultCode": "0",  "resultMessage": "create agent account success",  "workNo": 108}
support.huaweicloud.com/api-ccfs-cec/cec_05_7002.html