Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen

Tyler Duncan
Beigetreten 12. Juni 2023
·
Letzte Aktivität 13. Aug. 2024
Folge ich
0
Follower
1
Gesamtaktivitäten
28
Stimmen
5
Abonnements
6
AKTIVITÄTSÜBERSICHT
BADGES
BEITRÄGE
POSTS
COMMUNITY-KOMMENTARE
BEITRAGSKOMMENTARE
AKTIVITÄTSÜBERSICHT
Neueste Aktivität von Tyler Duncan
Tyler Duncan hat einen Kommentar hinterlassen
Thank you. I can now proceed with my current project.
Kommentar anzeigen · Gepostet 12. März 2024 · Tyler Duncan
0
Follower
0
Stimmen
0
Kommentare
Tyler Duncan hat einen Kommentar hinterlassen
I apologize for lack of information regarding the API. I am referring to the Ticket API
GET /api/v2/tickets/count
GET /api/v2/tickets
Would there be a way to get the count of the archive tickets?
Kommentar anzeigen · Gepostet 12. März 2024 · Tyler Duncan
0
Follower
0
Stimmen
0
Kommentare
Tyler Duncan hat einen Post erstellt
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?
Gepostet 11. März 2024 · Tyler Duncan
0
Follower
3
Stimmen
5
Kommentare
Tyler Duncan hat einen Kommentar hinterlassen
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/)?
Kommentar anzeigen · Gepostet 20. Feb. 2024 · Tyler Duncan
0
Follower
0
Stimmen
0
Kommentare
Tyler Duncan hat einen Kommentar hinterlassen
Jakub
Thank you. There must be an issue on where I am running it. I am using PowerShell Universal to run the API, and unfortunately it will not authenticate my token and email.
Kommentar anzeigen · Gepostet 20. Feb. 2024 · Tyler Duncan
0
Follower
0
Stimmen
0
Kommentare
Tyler Duncan hat einen Kommentar hinterlassen
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
Kommentar anzeigen · Gepostet 16. Feb. 2024 · Tyler Duncan
0
Follower
0
Stimmen
0
Kommentare
Tyler Duncan hat einen Post erstellt
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?
Gepostet 15. Feb. 2024 · Tyler Duncan
0
Follower
2
Stimmen
7
Kommentare
Tyler Duncan hat einen Kommentar hinterlassen
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.
Kommentar anzeigen · Gepostet 18. Dez. 2023 · Tyler Duncan
0
Follower
0
Stimmen
0
Kommentare
Tyler Duncan hat einen Kommentar hinterlassen
Can this for added to the form?
Kommentar anzeigen · Gepostet 14. Dez. 2023 · Tyler Duncan
0
Follower
0
Stimmen
0
Kommentare
Tyler Duncan hat einen Post erstellt
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.
Gepostet 13. Dez. 2023 · Tyler Duncan
0
Follower
4
Stimmen
2
Kommentare