質問
自分のアカウントは、エージェントと管理者が シングルサインオン(SSO)認証を行えるように設定されています。APIにアクセスするにはどの認証を使用すればよいですか?
回答
APIにアクセスするには、APIトークンと、アカウントのエージェントまたは管理者のメールアドレスを一緒に使用します。APIアクセスの認証は、 your_email@domain.com/token
という形式になります。
詳細については、次の記事を参照してください:APIトークンの生成
翻訳に関する免責事項:この記事は、お客様の利便性のために自動翻訳ソフトウェアによって翻訳されたものです。Zendeskでは、翻訳の正確さを期すために相応の努力を払っておりますが、翻訳の正確性については保証いたしません。
翻訳された記事の内容の正確性に関して疑問が生じた場合は、正式版である英語の記事を参照してください。
4件のコメント
Groffer Anderson
Thanks for the update Dwight Bussman.
0
Dwight Bussman
Hi Schweta & Raghav
Both of these seem like excellent questions that will likely require a closer look by our support team. Please reach out to customer support as documented in this article to get some direct assistance with these cases, as I suspect they may require account-specific details to troubleshoot properly.
1
Groffer Anderson
How can I extract OAuth tokens for my users (zendesk agents) if they're all connected via SSO? I'm using Okta (SAML) to SSO into Zendesk. It's not possible for me to get the API tokens for all my agents. What is the best way to get the OAuth tokens for these agents?
Note: I have a custom login, where my agents login using their OKTA credentials. I can hold these credentials and use them to get the Zendesk token as well, if there is a way to get my Auth token for the agent. (using their credentials) .
0
Shweta
I followed this pattern {email_address}/token:{api_token}, but I'm still getting CORS error. We're using an SSO option to authenticate. However, I couldn't find any specific issue as to what's going wrong. Can you please help? Let me know if any additional details required from my end.
1
サインインしてコメントを残します。