Ricerche recenti
Nessuna ricerca recente

Andrej Metelski
Data ingresso 21 nov 2022
·
Ultima attività 06 mar 2024
Seguiti
0
Follower
0
Attività totali
6
Voto
1
Abbonamenti
3
PANORAMICA ATTIVITÀ
BADGE
ARTICOLI
POST
COMMENTI NELLA COMMUNITY
COMMENTI AGLI ARTICOLI
PANORAMICA ATTIVITÀ
Ultima attività di Andrej Metelski
Andrej Metelski ha creato un post,
Post Q&A - Help center and community
Hey fellow Zendeskers,
I wonder what the most common approach is for making changes to Guide themes when you need a customization. Do you make changes directly in the theme editor inside Zendesk? Or do you use a local development environment with Zendesk Apps Tools?
Data ultima modifica: 21 nov 2022 · Andrej Metelski
0
Follower
2
Voti
1
Commento
Andrej Metelski ha commentato,
Commento nella community Q&A - Help center and community
Hi Terry,
You can make an API request to the users/me.json endpoint.
fetch("/api/v2/users/me")
.then((data) => {
return res = data.json();
})
.then((user) => {
console.log(user.id)
});
Visualizza commento · Data ultimo post: 21 nov 2022 · Andrej Metelski
0
Follower
1
Voto
0
Commenti