最近搜索
没有最近搜索

kunihiko harada
已加入2021年10月16日
·
最后活动2021年10月16日
关注
0
关注者
0
活动总数
3
投票
1
订阅
1
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 kunihiko harada
kunihiko harada 创建了一个帖子,
帖子 Developer - Zendesk APIs
Hi, everyone.
I'm working on creating/updating many users with `v2/users/create_or_update_many` API and would like to clarify the specification of the response of `job_status`, especially for the key `results`.
I got the following response with 3 users request (omitted some keys).
- Is the order of the results guaranteed to be same as the order in the request?
- Is there any other status other than "Created", "Updated", "Failed"?
{ "job_status": {
"results": [
{ "id": 1900233268488, "status": "Created", "email": "success_created@example.com"},
{ "id": 902860577023, "status": "Updated", "email": "success_modified@example.com"},
{ "id": 2, "error": "UserUpdateError", "details": "Name: Email: error@example.com_ is not properly formatted", "status": "Failed" }
]
}}
I read https://developer.zendesk.com/api-reference/ticketing/ticket-management/job_statuses/#results and https://developer.zendesk.com/api-reference/ticketing/users/users/#create-or-update-many-users but could not find out detail.
If someone would help with this, I would really appreciate. Thank you!
已于 2021年8月17日 发布 · kunihiko harada
0
关注者
4
投票
1
Comment