最近の検索
最近の検索はありません

kunihiko harada
参加日2021年10月16日
·
前回のアクティビティ2021年10月16日
フォロー中
0
フォロワー
0
合計アクティビティ
3
投票
1
サブスクリプション
1
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ kunihiko harada
kunihiko haradaさんが投稿を作成しました:
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
コメント