Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Pan Vivian's Avatar

Pan Vivian

Beigetreten 10. Dez. 2021

·

Letzte Aktivität 16. Jan. 2022

Folge ich

0

Follower

0

Gesamtaktivitäten

10

Stimme

1

Abonnements

3

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Pan Vivian

Pan Vivian hat einen Kommentar hinterlassen

Community-Kommentar Developer - Zendesk APIs

Andrey Metelsky

Hi  have you received response from Zendesk support? Can you share it to me? Thanks.

Kommentar anzeigen · Gepostet 16. Jan. 2022 · Pan Vivian

0

Follower

0

Stimmen

0

Kommentare


Pan Vivian hat einen Kommentar hinterlassen

Community-Kommentar Developer - Zendesk APIs

Can anyone help me? I am not sure what to do now.

Kommentar anzeigen · Gepostet 13. Jan. 2022 · Pan Vivian

0

Follower

0

Stimmen

0

Kommentare


Pan Vivian hat einen Kommentar hinterlassen

Community-Kommentar Developer - Zendesk APIs

@Tipene Hughes 

I used this code, but I still does not solve my issue. 

I am using end user to login in zendesk, using email/token: token to post an API, I still get the error message:"error{title: "Forbidden", message: "Invalid authenticity token"}".

Here is my code snippet:

Can you help check whether there is something wrong? 

fetch("/api/v2/users/me")
.then((data) => {
return res = data.json();
})
.then((res) => {
const authToken = res.user.authenticity_token;
console.log(authToken);
let myHeaders = new Headers();
myHeaders.append(
"Authorization",
"Basic xxxxxxxxxxxxxxxxxxxx"
);
myHeaders.append("Content-Type", "application/json");
myHeaders.append("X-CSRF-Token", authToken);
const raw = JSON.stringify({
"organization": {
"name": "ttt"
}
});
const requestOptions = {
method: "POST",
headers: myHeaders,
body: raw,
redirect: "follow",
};
fetch('/api/v2/organizations', requestOptions)
.then(response => response.text())
.then(result => console.log(result))
.catch(error => console.log("error", error));
});

Kommentar anzeigen · Gepostet 13. Jan. 2022 · Pan Vivian

0

Follower

2

Stimmen

0

Kommentare


Pan Vivian hat einen Kommentar hinterlassen

KommentarSetting Guide roles and permissions

@...  Thanks Jeff. 

I know this API. But only agents and admin have access to this API. When an end user is login, how can he know which user segment he belong to?

Kommentar anzeigen · Gepostet 23. Dez. 2021 · Pan Vivian

0

Follower

0

Stimmen

0

Kommentare


Pan Vivian hat einen Kommentar hinterlassen

KommentarUsing themes and customizing your Help Center

Our plan is professional plan. Can we change the theme template for an article, section, or category in our help center?

Kommentar anzeigen · Gepostet 23. Dez. 2021 · Pan Vivian

0

Follower

0

Stimmen

0

Kommentare


Pan Vivian hat einen Kommentar hinterlassen

KommentarSetting Guide roles and permissions

I have a question while using zendesk help center. How can we know which user segment the end user belong in help center? I need user segment id in our product.

Kommentar anzeigen · Gepostet 10. Dez. 2021 · Pan Vivian

0

Follower

0

Stimmen

0

Kommentare