최근 검색


최근 검색 없음

Andrej Metelski's Avatar

Andrej Metelski

가입한 날짜: 2022년 11월 21일

·

마지막 활동: 2024년 3월 06일

팔로잉

0

팔로워

0

총 활동 수

6

투표

1

플랜 수

3

활동 개요

님의 최근 활동 Andrej Metelski

Andrej Metelski님이 에 게시물을 만듦

게시물 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?

2022년 11월 21일에 편집됨 · Andrej Metelski

0

팔로워

2

투표 수

1

댓글


Andrej Metelski님이 에 댓글을 입력함

커뮤니티 댓글 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)
});

댓글 보기 · 2022년 11월 21일에 게시됨 · Andrej Metelski

0

팔로워

1

투표

0

댓글