Recent searches


No recent searches

오석주's Avatar

오석주

Joined May 27, 2024

·

Last activity May 27, 2024

support.gsnict.com

Following

0

Followers

0

Total activity

2

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by 오석주

오석주 commented,

Community comment 한국어 커뮤니티

End-User 나 로그인한 User의 정보를 가져오려는 목적이라면

ZAFClient 로도 충족 가능합니다.

var client = ZAFClient.init();

   client.get('currentUser').then(function(data) {
       var userCheck = data.currentUser;
       var userEmail = userCheck.email;
       if (userCheck.role === 'admin') {
           console.log('User is an admin');

       }

https://developer.zendesk.com/api-reference/apps/apps-chat-api/all_locations/#currentuser-object

View comment · Posted May 27, 2024 · 오석주

0

Followers

0

Votes

0

Comments