최근 검색
최근 검색 없음
Invalid attribute: missing users parameter zendesk users api
2023년 6월 29일에 게시됨
The create or update API : {{baseUrl}}/api/v2/users/create_or_update_many keeps throwing the error "Invalid attribute: missing users parameter"
The documentation does not mention what json params are optional and what are required. Can someone help?
{
"user":{
"name":"<string>",
"email":"<string>",
"custom_role_id":"<integer>",
"external_id":"<string>",
"identities":[
{
"type":"<string>",
"value":"<string>"
},
{
"type":"<string>",
"value":"<string>"
}
],
"organization":{
"name":"<string>"
},
"organization_id":"<integer>",
"role":"<string>"
}
}
0
0
댓글 0개