최근 검색
최근 검색 없음

Tyler Duncan
가입한 날짜: 2023년 6월 12일
·
마지막 활동: 2024년 8월 13일
팔로잉
0
팔로워
1
총 활동 수
28
투표 수
5
플랜 수
6
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Tyler Duncan
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님이 에 댓글을 입력함
Jakub
Thank you. I think there may have been an issue with the token I was using. Is there are difference in using the a token created in App Integration verses using the token that is created via Api (.../oauth/tokens/)?
댓글 보기 · 2024년 2월 20일에 게시됨 · Tyler Duncan
0
팔로워
0
투표 수
0
댓글
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
댓글