最近搜索
没有最近搜索

Tyler Duncan
已加入2023年6月12日
·
最后活动2024年8月13日
关注
0
关注者
1
活动总数
28
投票
5
订阅
6
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Tyler Duncan
Tyler Duncan 创建了一个帖子,
I ran the Zendesk API to get an overall count of tickets. I am getting a low number. Is there a way I can get an overall ticket count?
已于 2024年3月11日 发布 · Tyler Duncan
0
关注者
3
投票
5
评论
Tyler Duncan 进行了评论,
Tyler Duncan 进行了评论,
Hi Jakub
I am using the example I have found on reddit. The token and email address are correct. The permissions are setup correctly. The API cannot be connected.
$Username = "username@domain/token" $Token = "kasjdfkljasdfkjds" $params = @{ Uri = "https://{subdomain}.zendesk.com/api/v2/requests.json"; Method = 'Get'; Headers = @{Authorization = 'Basic ' + [Convert]::ToBase64String([Text.Encoding]::ASCII.GetBytes("$($Username):$($Token)")); } #end headers hash table } #end $params hash table Invoke-RestMethod @params $Tickets = $result.tickets $Tickets
查看评论 · 已于 2024年2月16日 发布 · Tyler Duncan
0
关注者
0
投票
0
评论
Tyler Duncan 创建了一个帖子,
I'd like to pull in some data from Zendesk using PowerShell. I am using the example found. Unfortunately, there was an issue "error: cannot authenticate you" The token and email address are correct.
Is there a resolution to this issue or another way to pull the data?
已于 2024年2月15日 发布 · Tyler Duncan
0
关注者
2
投票
7
评论
Tyler Duncan 进行了评论,
In the hopes of unifying our AD as well as some of the other sources of data, our AD contains groups that access to our applications. If a user were to submit a request to be added to the group, without a dynamic dropdown I'll be forced to manually update the list.
查看评论 · 已于 2023年12月18日 发布 · Tyler Duncan
0
关注者
0
投票
0
评论
Tyler Duncan 创建了一个帖子,
I am trying to update a bulk users with different updates. I am using the the update bulk while keeping in mind the update of many users, user fields. I am receiving an error each time. After reviewing my response body, I find that it is in the correct format, but I am still receiving an error.
已于 2023年12月13日 发布 · Tyler Duncan
0
关注者
4
投票
2
评论