Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
美好的一天,我可以通过 workfront-api 创建一个用户,无论如何我都会尝试从服务中获取信息,但从响应中获取任何成功。有人已经有这个问题了吗?
为了创建用户,您需要使用 JSON 格式传递信息。这是因为用户名是用于身份验证的关键字。
正确的方法看起来像这样
?updates={"firstName":"Test","lastName":"User","username":"test@test.com","emailAddr":"test@test.com"}
如果您不使用 JSON,系统会认为您正在尝试以用户名身份进行身份验证。