Búsquedas recientes
No hay búsquedas recientes

Andrej Metelski
Incorporación 21 nov 2022
·
Última actividad 06 mar 2024
Seguimientos
0
Seguidores
0
Actividad total
6
Voto
1
Suscripciones
3
RESUMEN DE LA ACTIVIDAD
INSIGNIAS
ARTÍCULOS
PUBLICACIONES
COMENTARIOS DE LA COMUNIDAD
COMENTARIOS DE ARTÍCULOS
RESUMEN DE LA ACTIVIDAD
Última actividad de Andrej Metelski
Andrej Metelski creó una publicación,
Publicación 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?
Editado 21 nov 2022 · Andrej Metelski
0
Seguidores
2
Votos
1
Comentario
Andrej Metelski hizo un comentario,
Comentario de la comunidad 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)
});
Ver comentario · Publicado 21 nov 2022 · Andrej Metelski
0
Seguidores
1
Voto
0
Comentarios