云客服-单个修改座席业务账号信息(agentAccount/update):报文样例

时间:2025-02-12 14:54:40

报文样例

请求头:

x-app-key: XXXXXXXXXXXXXXXXXXXXXXXContent-Type: application/jsonAuthorization: Bearer XXXXXXXXXXXXXXXXXXXXXXX

请求参数:

{    "userAccount":"test123456",    "userName":"test123",    "email":"Test@****.com","phone":"184****5555",    "agentType":5,    "ccRoleId":2,    "skills":[{"skillId":1,"agentWeight":1,       "skillWeight":1}],     "oldPassWord":"xxxxx",     "newPassWord":"xxxxxxx"}

响应参数:

{  "resultCode": "0",  "resultMessage": "edit success"}
support.huaweicloud.com/api-ccfs-cec/cec_07_1003.html