SOBO 使用 JWT 功能

SOBO using JWT functionality

我们正在从传统身份验证迁移到 OAuth,我在集成过程中遇到 this article. To get the user apiUserName, the post proposes using the users endpoint. Since this link is designed to be used with Connect, I assume this is an unintentional error. Is it necessary for our company to purchase Connect in order to get information about our account's users? We use the account users API endpoint,我想知道我们是否一直在获取错误的用户信息?尽管 post 多次提到 apiUserName,但我们不相信任何一个 edpoints returns 这个密钥。 “userName”——我的名字和“userId”——我的用户 GUID——是我们能得到的最接近的。我们如何以及在哪里可以检索 apiUserName 的值?

TL;DR:您做的一切都正确,post 有一个错误并且可以更清楚。

用户:列表API方法

是的,您应该使用 Users:list API 方法从他们的电子邮件(或他们的姓名)中查找用户的 guid ID。

博客 post 引用了错误的 API 方法,我会更新它。

UserId 或 apiUserName

API 和 eSignature Admin 应用程序使用术语 User IDuserId。在过去,术语 API User Name.

有一些用法

所有这些术语的含义相同,即帐户内用户的 guid-form ID。

我也会更新博客 post 来澄清这一点。