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

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

报文样例

请求头:

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

请求参数:

{    "userAccount":"test123456",    "userName":"te****3",    "email":"T***@*******.com","phone":"18433335555",    "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_05_7004.html